Skip to content

Commit

Permalink
Update update-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWanderer authored Aug 29, 2024
1 parent 6aedc59 commit bae1a70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
ref: linux
- name: Update branch
run: |
git config user.name github-actions
git config user.email [email protected]
git checkout linux
git merge origin/main --no-edit -m "Merged main branch on $(date +%F)"
git push origin linux
Expand Down

0 comments on commit bae1a70

Please sign in to comment.