]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Fix reference to CHERRY_PICK_TESTING_IN_PROGRESS
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 2 May 2023 20:09:47 +0000 (14:09 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Tue, 2 May 2023 20:09:47 +0000 (14:09 -0600)
.github/workflows/CherryPickTest.yml

index c9ccf4d680a63674714bdcacbaa22b1fc8f03fc2..810e3ee1f6b2c2841ac57502373dd88c78ae28d7 100644 (file)
@@ -90,7 +90,7 @@ jobs:
               ;;
             skipped)
               gh pr edit --repo ${{github.repository}} \
-                --remove-label ${{CHERRY_PICK_TESTING_IN_PROGRESS}} \
+                --remove-label ${{vars.CHERRY_PICK_TESTING_IN_PROGRESS}} \
                 --add-label ${{vars.CHERRY_PICK_CHECKS_FAILED_LABEL}} \
                 ${{env.PR_NUMBER}} || :
               echo "::notice::Unit tests were skipped because of an earlier failure"
@@ -98,7 +98,7 @@ jobs:
               ;;
             *)
               gh pr edit --repo ${{github.repository}} \
-                --remove-label ${{CHERRY_PICK_TESTING_IN_PROGRESS}} \
+                --remove-label ${{vars.CHERRY_PICK_TESTING_IN_PROGRESS}} \
                 --add-label ${{vars.CHERRY_PICK_CHECKS_FAILED_LABEL}} \
                 ${{env.PR_NUMBER}} || :
               echo "::error::One or more tests failed ($RESULT)"