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

Update imports-fix.yml

This commit is contained in:
TheBusyBiscuit 2020-10-08 18:26:45 +02:00 committed by GitHub
parent cdac03e411
commit 488f1c626b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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