Browse Source

Update DINAR-readme.yml

pull/311/head
Ivan Yelizariev // IEL 4 years ago
committed by GitHub
parent
commit
23e2740591
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/DINAR-readme.yml

2
.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:

Loading…
Cancel
Save