Skip to content

Commit 22441d5

Browse files
committed
Rename step ID from demo to test
1 parent cb1fcdd commit 22441d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
- run: npm ci
1414
- run: npm run build
1515
- uses: ./ # Uses the action in the root directory
16-
id: demo
16+
id: test
1717
with:
1818
app_id: ${{ vars.TEST_APP_ID }}
1919
private_key: ${{ secrets.TEST_APP_PRIVATE_KEY }}
2020
- uses: octokit/[email protected]
2121
id: get-repository
2222
env:
23-
GITHUB_TOKEN: ${{ steps.demo.outputs.token }}
23+
GITHUB_TOKEN: ${{ steps.test.outputs.token }}
2424
with:
2525
route: GET /installation/repositories
2626
- run: echo '${{ steps.get-repository.outputs.data }}'

0 commit comments

Comments
 (0)