Ivan Yelizariev // IEL
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
11 deletions
-
.github/workflows/DINAR-readme.yml
|
@ -49,14 +49,14 @@ jobs: |
|
|
BRANCH=${REF##*/} |
|
|
BRANCH=${REF##*/} |
|
|
cd REPO |
|
|
cd REPO |
|
|
python ../DINAR/workflow-files/generate-repo-readme.py $BRANCH "${{ github.repository.description }}" |
|
|
python ../DINAR/workflow-files/generate-repo-readme.py $BRANCH "${{ github.repository.description }}" |
|
|
- name: Commit updates |
|
|
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4 |
|
|
|
|
|
with: |
|
|
|
|
|
repository: . |
|
|
|
|
|
commit_user_name: Mitchell Admin |
|
|
|
|
|
commit_user_email: itpp-bot@users.noreply.github.com |
|
|
|
|
|
# Commit may contain other updates, but in usual flow it's only module list |
|
|
|
|
|
commit_message: | |
|
|
|
|
|
:construction_worker_man: Update module list |
|
|
|
|
|
|
|
|
|
|
|
Sent from Github Actions (see .github/workflows/DINAR-readme.yml ) |
|
|
|
|
|
|
|
|
- name: Commit updates |
|
|
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4 |
|
|
|
|
|
with: |
|
|
|
|
|
repository: . |
|
|
|
|
|
commit_user_name: Mitchell Admin |
|
|
|
|
|
commit_user_email: itpp-bot@users.noreply.github.com |
|
|
|
|
|
# Commit may contain other updates, but in usual flow it's only module list |
|
|
|
|
|
commit_message: | |
|
|
|
|
|
:construction_worker_man: Update module list |
|
|
|
|
|
|
|
|
|
|
|
Sent from Github Actions (see .github/workflows/DINAR-readme.yml ) |