Skip to content

Commit

Permalink
[fix] remove dynamic branch naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmchiu committed Sep 7, 2024
1 parent 7a7b920 commit ba60ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "GitHub Actions"
git checkout -b update-textbook-full-pdf-$(date +%s)
git checkout -b update-textbook-full-pdf
git add textbook_full.pdf
git commit -m "Update PDF of textbook on site after a merge to main"
git push origin HEAD
Expand All @@ -158,7 +158,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Update PDF of textbook on site"
branch: update-textbook-full-pdf-$(date +%s)
branch: update-textbook-full-pdf
title: "Update full PDF of textbook"
body: "This PR updates the full PDF of the textbook."
base: main

0 comments on commit ba60ee7

Please sign in to comment.