We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7e35c commit a8d4ebfCopy full SHA for a8d4ebf
.github/workflows/prettier.yml
@@ -30,7 +30,7 @@ jobs:
30
key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.prettierignore') }}-${{ hashFiles('package.json') }}
31
- run: npm run format
32
- run: git restore .github/workflows package-lock.json
33
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
34
id: generate-token
35
with:
36
app-id: ${{ secrets.ECOSPARK_APP_ID }}
0 commit comments