From fc2e341c475a7e53f210872085dcde7731f283e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Fri, 4 Feb 2022 13:38:07 +0100 Subject: [PATCH] ci: Update label action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- .github/actions/label-from-status/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/label-from-status/action.yaml b/.github/actions/label-from-status/action.yaml index 0520e502..d972591d 100644 --- a/.github/actions/label-from-status/action.yaml +++ b/.github/actions/label-from-status/action.yaml @@ -41,7 +41,7 @@ runs: - name: Remove label uses: andymckay/labeler@1.0.4 - if: ${{ (inputs.job-status == 'skipped') && (inputs.remove-on-skipped == true) }} + if: ${{ (inputs.job-status == 'skipped') && (inputs.remove-on-skipped == 'true') }} with: repo-token: ${{ inputs.token }} issue-number: ${{ inputs.issue-number }}