From a77eeb7397d9935bdda93c7811be161a9f6aa35c Mon Sep 17 00:00:00 2001 From: rory Date: Fri, 17 Nov 2023 16:37:46 -0800 Subject: [PATCH] Fix broken deployBlocker workflow --- .github/workflows/deployBlocker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployBlocker.yml b/.github/workflows/deployBlocker.yml index 475cd287908c..355d001622f7 100644 --- a/.github/workflows/deployBlocker.yml +++ b/.github/workflows/deployBlocker.yml @@ -26,7 +26,7 @@ jobs: with: GITHUB_TOKEN: ${{ steps.setupGitForOSBotify.outputs.OS_BOTIFY_API_TOKEN }} - - run: gh issue edit --add-label 'Engineering,Hourly' --remove-label 'Daily,Weekly,Monthly' + - run: gh issue edit ${{ github.event.issue.number }} --add-label 'Engineering,Hourly' --remove-label 'Daily,Weekly,Monthly' env: GITHUB_TOKEN: ${{ github.token }}