Browse Source

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

pull/11231/head
Joel Challis 3 years ago
committed by GitHub
parent
commit
c807695035
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/format.yaml

+ 2
- 0
.github/workflows/format.yaml View File

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


Loading…
Cancel
Save