Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash committed Dec 10, 2024
1 parent 26296d9 commit de1432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
git commit -m "Update data for ${{ matrix.os }} at $(date '+%Y-%m-%d %H:%M:%S')" || echo "No changes to commit"
- name: Push changes
run: git fetch && git pull --rebase && git push
run: git fetch && git pull origin wip --rebase && git push origin wip

# deploy:
# needs: collect-data
Expand Down

0 comments on commit de1432a

Please sign in to comment.