Skip to content

Commit

Permalink
Refactor GitHubワークフロー to use environment variable for branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
tqer39 committed Oct 27, 2024
1 parent 776a82e commit 0819ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-license-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: $branch_name
branch: ${{ env.branch_name }}
base: "main"

0 comments on commit 0819ced

Please sign in to comment.