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 88 - uses : actions/checkout@v2
99 with :
1010 ref : ${{ github.head_ref }}
11+ token : ${{ secrets.PAT }}
1112 - name : Set up Python
1213 uses : actions/setup-python@v1
1314 with :
14- python-version : ' 3.7 '
15+ python-version : ' 3.11 '
1516 - name : check changes
1617 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
1820 make update
1921 git status
2022 git diff --exit-code
2123 - name : Auto-commit
2224 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
2626 with :
2727 args : >-
2828 This is an auto-commit, updating project meta data,
You can’t perform that action at this time.
0 commit comments