Skip to content

Commit

Permalink
chore: fix token PR workflow (#4497)
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray authored Jan 23, 2025
1 parent d164ad4 commit 0ba4b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-token-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Get Token Changes
id: tokens
run: |
git checkout ${{ steps.pr-branch.outputs.name }}
git checkout ${{ github.ref_name }} -- packages/tokens/tokensstudio-generated
git add .
if [[ -n $(git commit --dry-run --short) ]]; then
Expand Down

0 comments on commit 0ba4b79

Please sign in to comment.