We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3a9a8 commit 4a959e1Copy full SHA for 4a959e1
.github/workflows/format-json-yml.yml
@@ -18,7 +18,6 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
21
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
22
with:
23
fetch-depth: 0
24
ref: ${{ github.event.pull_request.head.sha }}
@@ -33,7 +32,6 @@ jobs:
33
32
- name: Generate a token
34
id: generate_token
35
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
36
37
38
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
39
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
0 commit comments