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 b3fc4ca commit 92c9018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +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 pull
git pull origin ${{ steps.hash_committer.outputs.branch_name }}
git push origin ${{ steps.hash_committer.outputs.branch_name }}
- name: Create or Update Pull Request
Expand Down

0 comments on commit 92c9018

Please sign in to comment.