We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a8e47 commit b94afeaCopy full SHA for b94afea
.github/workflows/format-if-needed.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: pnpm install --ignore-scripts
27
- run: pnpm format
28
- run: git restore .github/workflows CHANGELOG.md
29
- - uses: actions/create-github-app-token@v1
+ - uses: actions/create-github-app-token@v2
30
id: generate-token
31
with:
32
app-id: ${{ secrets.ECOSCRIPT_APP_ID }}
0 commit comments