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 1758aac commit 69adbedCopy full SHA for 69adbed
.github/workflows/moban-update.yml
@@ -8,21 +8,21 @@ jobs:
8
- uses: actions/checkout@v2
9
with:
10
ref: ${{ github.head_ref }}
11
+ token: ${{ secrets.PAT }}
12
- name: Set up Python
13
uses: actions/setup-python@v1
14
- python-version: '3.7'
15
+ python-version: '3.11'
16
- name: check changes
17
run: |
- 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
20
make update
21
git status
22
git diff --exit-code
23
- name: Auto-commit
24
if: failure()
- uses: docker://cdssnc/auto-commit-github-action
- env:
25
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: docker://cdssnc/auto-commit-github-action@v4
26
27
args: >-
28
This is an auto-commit, updating project meta data,
0 commit comments