Skip to content

Commit ee21089

Browse files
committed
Update Octokit request route
1 parent 4a2623d commit ee21089

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/demo.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ jobs:
1515
env:
1616
GITHUB_TOKEN: ${{ steps.demo.outputs.token }}
1717
with:
18-
route: GET /repos/{repository}
19-
repository: ${{ github.repository }}
20-
- run: echo ${{ steps.get-repository.outputs.data }}
18+
route: GET /installations/repositories
19+
- run: echo '${{ steps.get-repository.outputs.data }}'

0 commit comments

Comments
 (0)