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

Merge branch 'MoreTalismans' of https://github.com/svr333/Slimefun4 into MoreTalismans

This commit is contained in:
svr333 2020-10-08 22:15:53 +02:00
commit 9dcf895258

View File

@ -12,7 +12,7 @@ jobs:
name: Clean up Imports
runs-on: ubuntu-latest
if: $ {{ secrets.ACCESS_TOKEN }} != null
if: github.event.pull_request.base.repo.full_name == 'Slimefun/Slimefun4'
steps:
- name: Checkout repository
@ -27,4 +27,4 @@ jobs:
files: '**/*.java'
skipCommit: false
args: "--fix-imports-only --replace"
githubToken: $ {{ secrets.ACCESS_TOKEN }}
githubToken: ${{ secrets.ACCESS_TOKEN }}