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 f3c0202 commit b3fc4ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 pull
git push origin ${{ steps.hash_committer.outputs.branch_name }}
- name: Create or Update Pull Request
Expand All @@ -56,7 +57,7 @@ jobs:
title: "Auto PR from ${{ steps.hash_committer.outputs.branch_name }}"
body: "This is an automated PR created from ${{ steps.hash_committer.outputs.branch_name }}"
draft: false
update_existing: true # Automatically update the existing PR if it exists
# update_existing: true # Automatically update the existing PR if it exists

sync_commits:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b3fc4ca

Please sign in to comment.