diff --git a/.github/workflows/auto_pr.yml b/.github/workflows/auto_pr.yml index 9faac1e..728fe67 100644 --- a/.github/workflows/auto_pr.yml +++ b/.github/workflows/auto_pr.yml @@ -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 @@ -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