Skip to content

Commit

Permalink
Merge pull request #125 from H1rono/fix-pr-name
Browse files Browse the repository at this point in the history
🔧 CIで作成するPRの名前修正
  • Loading branch information
H1rono authored Jan 26, 2024
2 parents 696d53b + ebdd853 commit f9936c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
git push origin "$BRANCH_NAME"
- name: Create pull request
run: |
gh pr create --title "CI: update submodule" --body "" --base main --assignee H1rono
gh pr create --title ":arrow_up: CI: update flake" --body "" --base main --assignee H1rono
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f9936c4

Please sign in to comment.