Yet another stab at trying to get github actions to push (#11230)

kle2json_hyper
Joel Challis 4 years ago committed by GitHub
parent 11669bb45b
commit c807695035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/format.yaml

@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
- name: Install dependencies
run: |

Loading…
Cancel
Save