Skip to content

Commit

Permalink
fix(ci): remove doubled repository owner
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Aug 21, 2023
1 parent b59130f commit 29258f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ jobs:
--method DELETE \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/${{ github.repository_owner }}/${{ github.repository }}/issues/${{ github.event.number }}/labels/S-build
/repos/${{ github.repository }}/issues/${{ github.event.number }}/labels/S-build

0 comments on commit 29258f7

Please sign in to comment.