From 92c901888c359fdfa2c8b30a1da1d9b4bfd2f39d Mon Sep 17 00:00:00 2001 From: Cycle Bai <168964798+CycleBai@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:10:31 +1000 Subject: [PATCH] ci: Fix errors --- .github/workflows/auto_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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