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