We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e424307 + e41e9e8 commit c0cb03cCopy full SHA for c0cb03c
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
id: get_collaborator_permission
17
with:
18
route: GET /repos/:owner/:repo/collaborators/:username/permission
19
- owner: Bandwidth
+ owner: hamermike
20
repo: csharp-sdk
21
username: ${{ github.event.release.author.login }}
22
- run: echo "Permission - ${{ fromJson(steps.get_collaborator_permission.outputs.data).permission }}"
0 commit comments