1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI skip] Okay another test, closes #1747

This commit is contained in:
TheBusyBiscuit 2020-03-21 15:38:11 +01:00 committed by GitHub
parent 38506177ad
commit 1531435fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}
max_commits: 20
- name: Add label
if: contains(toJson(steps.commits.outputs.issues), github.event.issue.number)
if: contains(steps.commits.outputs.issues, github.event.issue.number)
uses: maxkomarychev/octions/octions/issues/add-labels@master
with:
token: ${{ secrets.ACCESS_TOKEN }}