File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ permissions:
16
16
jobs :
17
17
update :
18
18
permissions :
19
- contents : write # for peter-evans/create-pull-request to create branch
20
- pull-requests : write # for peter-evans/create-pull-request to create a PR
19
+ contents : write # for peter-evans/create-pull-request to create branch
20
+ pull-requests : write # for peter-evans/create-pull-request to create a PR
21
21
runs-on : ubuntu-20.04
22
22
23
23
steps :
@@ -45,13 +45,13 @@ jobs:
45
45
46
46
- name : Sync `dev-requirements.txt`
47
47
run : |
48
- python .github/update-dev-requirements.py
48
+ python .github/workflows/ update-dev-requirements.py
49
49
50
50
- name : Create Pull Request
51
51
uses : peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
52
52
with :
53
- commit-message : " chore: update pre-commit config"
54
- title : " chore: update pre-commit config"
53
+ commit-message : ' chore: update pre-commit config'
54
+ title : ' chore: update pre-commit config'
55
55
branch : chore-precommit-config
56
56
delete-branch : true
57
57
author :
GitHub <[email protected] >
Original file line number Diff line number Diff line change 74
74
- uses : github/codeql-action/upload-sarif@v2
75
75
with :
76
76
sarif_file : /tmp/scan-report.sarif
77
- - run : rm scan-result.html scan-result.pdf scan-result.json
77
+ - run : rm -f scan-result.html scan-result.pdf scan-result.json
78
78
shell : bash
You can’t perform that action at this time.
0 commit comments