Skip to content

Commit b9aa52a

Browse files
authored
Merge branch 'main' into caching-tests-clean
Signed-off-by: Simon Marty <martysi@amazon.com>
2 parents 0b0e456 + 34f8cd8 commit b9aa52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Remove label
3737
run: |
3838
echo "Removing label '$LABEL_NAME' from PR #$PR_NUMBER on repo $REPO"
39-
gh_status=$(gh api "repos/$OWNER/$REPO/issues/$PR_NUMBER/labels/$LABEL_NAME" -X DELETE | jq ".status" --raw-output)
39+
gh_status=$(gh api "repos/$REPO/issues/$PR_NUMBER/labels/$LABEL_NAME" -X DELETE | jq ".status" --raw-output)
4040
case $gh_status in
4141
200) echo "Label removed" ;;
4242
404) echo "Label not found — ignoring" ;;

0 commit comments

Comments
 (0)