Skip to content

Commit

Permalink
rebase in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Nov 13, 2024
1 parent 026c97f commit 59bb0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-universes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ 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"
- name: Push changes
run: |
git pull --rebase origin ${{ github.ref_name }}
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -75,12 +75,12 @@ 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"
- name: Push changes
run: |
git pull --rebase origin ${{ github.ref_name }}
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 59bb0ab

Please sign in to comment.