Skip to content

Commit

Permalink
chore: switch to docs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
naaive committed Nov 5, 2024
1 parent 5adacf9 commit 30b2006
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run_test_and_gen_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Switch to main branch
git fetch origin main
git checkout main
# Switch to docs branch
git fetch origin docs || git fetch origin main
git checkout docs || git checkout -b docs
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
Expand All @@ -103,8 +103,8 @@ jobs:
# Create commit with timestamp
git commit -m "docs: update compatibility test report" || echo "No changes to commit"
# Push changes to main branch
git push origin main
# Push changes to docs branch
git push origin docs

0 comments on commit 30b2006

Please sign in to comment.