Skip to content

Commit e41e9e8

Browse files
committed
Update owner
1 parent 0e759a4 commit e41e9e8

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)