Skip to content

Commit

Permalink
add rebase before commiting logs
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Nov 13, 2024
1 parent 0271c65 commit 026c97f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-universes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git pull --rebase origin ${{ github.ref_name }}
git add logs/run_log_demo.txt
git commit -m "Update daily run log for demo"
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git pull --rebase origin ${{ github.ref_name }}
git add logs/run_log_prod.txt
git commit -m "Update daily run log for prod"
Expand Down

0 comments on commit 026c97f

Please sign in to comment.