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 14b6808 commit 95e0e73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +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"
git push origin ${{ env.branch_name }}
- name: Fetch, rebase and push to existing branch
Expand Down

0 comments on commit 95e0e73

Please sign in to comment.