ci: Update label action

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-02-04 13:38:07 +01:00
parent 1395771b7f
commit fc2e341c47
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC

View File

@ -41,7 +41,7 @@ runs:
- name: Remove label - name: Remove label
uses: andymckay/labeler@1.0.4 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: with:
repo-token: ${{ inputs.token }} repo-token: ${{ inputs.token }}
issue-number: ${{ inputs.issue-number }} issue-number: ${{ inputs.issue-number }}