Skip to content

Commit

Permalink
🚀 GitHub Actionsのライセンス年更新ワークフローでブランチ名を環境変数に設定
Browse files Browse the repository at this point in the history
  • Loading branch information
tqer39 committed Nov 4, 2024
1 parent b27b2ab commit 4076865
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 @@ -38,7 +38,7 @@ jobs:
- name: Create new branch
run: |
branch_name="update-license-year-$current_year"
echo "branch_name=update-license-year-$current_year" >> "$GITHUB_ENV"
git checkout -b "$branch_name"
- name: Commit changes
Expand Down

0 comments on commit 4076865

Please sign in to comment.