Skip to content

Commit c0cb03c

Browse files
authored
Merge pull request #7 from hamermike/test/pr
Update owner
2 parents e424307 + e41e9e8 commit c0cb03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: get_collaborator_permission
1717
with:
1818
route: GET /repos/:owner/:repo/collaborators/:username/permission
19-
owner: Bandwidth
19+
owner: hamermike
2020
repo: csharp-sdk
2121
username: ${{ github.event.release.author.login }}
2222
- run: echo "Permission - ${{ fromJson(steps.get_collaborator_permission.outputs.data).permission }}"

0 commit comments

Comments
 (0)