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 0719b4a commit bfe974eCopy full SHA for bfe974e
.github/workflows/pull_format.yml
@@ -2,19 +2,21 @@ name: pull format
2
3
on: [pull_request]
4
5
+permissions:
6
+ contents: write
7
jobs:
8
pull_format:
- permissions:
- actions: write
9
- checks: write
10
- contents: write
11
runs-on: ubuntu-latest
12
continue-on-error: true
13
steps:
14
- - uses: actions/checkout@v3
+ - name: checkout
+ continue-on-error: true
+ uses: actions/checkout@v3
15
with:
16
ref: ${{ github.head_ref }}
17
-
+ fetch-depth: 0
18
+
19
20
- name: Set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v4
22
0 commit comments