Skip to content

Commit

Permalink
ci: Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CycleBai committed Jul 29, 2024
1 parent 92c9018 commit b0d3e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
echo "$(date +%s%N)" > timestamp.txt # Create a file with current timestamp in nanoseconds
git add timestamp.txt
git commit -m "Add timestamp file to ensure branch differences"
git config pull.rebase true
git pull origin ${{ steps.hash_committer.outputs.branch_name }}
git push origin ${{ steps.hash_committer.outputs.branch_name }}
Expand Down

0 comments on commit b0d3e27

Please sign in to comment.