Skip to content

Commit

Permalink
[GitHub Actions] Tweak + Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonx943 committed Jan 6, 2025
1 parent d70bf42 commit ddece62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
- name: Update Docs + Commit 🌏
run: |
git config --local user.email "nvasya95@gmail.com"
git config --local user.name "Koitharu"
git config --local user.email "premieregirl26@gmail.com"
git config --local user.name "dragonx943"
if [[ -n $(git status -s) ]]; then
git add README.md
git commit -m "Bump build number to ${{ needs.build.outputs.new_tag }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ jobs:
- name: Update Docs + Commit 🌏
run: |
git config --local user.email "nvasya95@gmail.com"
git config --local user.name "Koitharu"
git config --local user.email "premieregirl26@gmail.com"
git config --local user.name "dragonx943"
if [[ -n $(git status -s) ]]; then
git add README.md
git commit -m "Bump build number to ${{ needs.build.outputs.new_tag }}"
git push origin nightly
else
echo "No changes to push!"
fi
fi

0 comments on commit ddece62

Please sign in to comment.