-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f84641
commit 7d6958d
Showing
3 changed files
with
3,495 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,17 +26,17 @@ jobs: | |
- name: Install Python dependencies | ||
run: | | ||
python -m pip install -r requirements.txt | ||
- name: Update README | ||
env: | ||
TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: |- | ||
python build_credit.py | ||
cat README.md | ||
- name: Commit and push if changed | ||
run: |- | ||
git diff | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "README-bot" | ||
git add -A | ||
git commit -m "Updated content" || exit 0 | ||
git push | ||
# - name: Update README | ||
# env: | ||
# TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# run: |- | ||
# python build_credit.py | ||
# cat README.md | ||
# - name: Commit and push if changed | ||
# run: |- | ||
# git diff | ||
# git config --global user.email "[email protected]" | ||
# git config --global user.name "README-bot" | ||
# git add -A | ||
# git commit -m "Updated content" || exit 0 | ||
# git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.