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

[CI skip] GitHub is weird.

This commit is contained in:
TheBusyBiscuit 2019-12-08 20:51:10 +01:00 committed by GitHub
parent 498385d8b5
commit 99177771dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,6 @@ jobs:
- name: Branch Categorization
uses: TheBusyBiscuit/branch-cat@v1.0.3
with:
rules: '[ {"fix/.*" : "Bug Fix"} ]'
rules: '[ {"fix\/.*" : "Bug Fix"} ]'
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}