File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
- uses : actions/checkout@v2
9
9
with :
10
10
ref : ${{ github.head_ref }}
11
+ token : ${{ secrets.PAT }}
11
12
- name : Set up Python
12
13
uses : actions/setup-python@v1
13
14
with :
14
- python-version : ' 3.7 '
15
+ python-version : ' 3.11 '
15
16
- name : check changes
16
17
run : |
17
- pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible
18
+ pip install markupsafe==2.0.1
19
+ pip install ruamel.yaml moban gitfs2 pypifs moban-jinja2-github moban-ansible
18
20
make update
19
21
git status
20
22
git diff --exit-code
21
23
- name : Auto-commit
22
24
if : failure()
23
- uses : docker://cdssnc/auto-commit-github-action
24
- env :
25
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
+ uses : docker://cdssnc/auto-commit-github-action@v4
26
26
with :
27
27
args : >-
28
28
This is an auto-commit, updating project meta data,
You can’t perform that action at this time.
0 commit comments