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
1 additions and
1 deletions
-
.github/workflows/DINAR-readme.yml
|
|
@ -50,7 +50,7 @@ jobs: |
|
|
|
REF=${GITHUB_BASE_REF:-${GITHUB_REF}} |
|
|
|
BRANCH=${REF##*/} |
|
|
|
cd REPO |
|
|
|
python ../DINAR/workflow-files/generate-repo-readme.py $BRANCH "${{ github.repository }}" |
|
|
|
python ../DINAR/workflow-files/generate-repo-readme.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} $BRANCH |
|
|
|
- name: Commit updates |
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4 |
|
|
|
with: |
|
|
|