Skip to content

Commit

Permalink
move the stop
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Jan 10, 2024
1 parent a01b972 commit a060dd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-generated-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup upterm session
uses: lhotari/action-upterm@d23c2722bdab893785c9fbeae314cbf080645bd7
with:
limit-access-to-actor: true
- uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -29,6 +25,10 @@ jobs:
npm ci
npm run build -ws
- name: Setup upterm session
uses: lhotari/action-upterm@d23c2722bdab893785c9fbeae314cbf080645bd7
with:
limit-access-to-actor: true
- name: Check for changes
id: changes
run: |
Expand Down

0 comments on commit a060dd8

Please sign in to comment.