Skip to content

Commit

Permalink
fix(token-cli): set target branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
mimokmt committed Jan 15, 2025
1 parent a0b272d commit 44cd588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
GITHUB_ACCESS_TOKEN: ${{ steps.generate_token.outputs.token }}
GITHUB_REPO_OWNER: pixiv
GITHUB_REPO_NAME: charcoal
GITHUB_DEFAULT_BRANCH: main
GITHUB_DEFAULT_BRANCH: ${{ github.ref_name }}
run: yarn icons-cli github:pr

0 comments on commit 44cd588

Please sign in to comment.