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 95e0e73 commit a0b801a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
git checkout dev
git pull origin dev
git checkout -b ${{ env.branch_name }}
echo "This commit ensures there is a difference." > .github/TIMESTAMP_$(date +%s).md
git add .github/TIMESTAMP_*.md
git commit -m "Add timestamp to ensure branch differences"
echo "$(date +%s%N)" > timestamp # Create a file with current timestamp in nanoseconds
git add timestamp.txt
git commit -m "Add timestamp file to ensure branch differences"
git push origin ${{ env.branch_name }}
- name: Fetch, rebase and push to existing branch
Expand Down

0 comments on commit a0b801a

Please sign in to comment.