Skip to content

Commit

Permalink
Merge pull request #1936 from GiganticMinecraft/fix/add-escape
Browse files Browse the repository at this point in the history
fix: ブランチ名をエスケープする
  • Loading branch information
outductor authored Apr 19, 2024
2 parents 7a579d9 + 252224f commit 4fe0029
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ spec:
# 1.18のリリースになるまで1_18ブランチも追加する
# TODO: 1_18ブランチがマージされたら削除する
value:
- master
- develop
- 1_18
- "master"
- "develop"
- "1_18"
triggers:
- template:
name: seichiassist-release-trigger
Expand Down

0 comments on commit 4fe0029

Please sign in to comment.