We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e1bd1 commit 5a75f99Copy full SHA for 5a75f99
.github/workflows/delete-closed-pr-docs.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Check out repository
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v3
14
with:
15
fetch-depth: 0
16
.github/workflows/deploy-docs.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
ref: ${{ github.event.pull_request.head.sha }}
.github/workflows/pre-commit.yaml
- name: Generate token
id: generate-token
- uses: tibdex/github-app-token@v2
+ uses: tibdex/github-app-token@v1
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
0 commit comments