Skip to content

Commit

Permalink
アバターブランチの指定方法のコツを追記
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed May 11, 2024
1 parent 5bc5482 commit fc70219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/README_templates/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ There are some template phrases which are automatically inserted by Github Actio

## Things to do after adding a new avatar branch
1. Add the added avatar branch to `on`->`push`->`branches` in `.github/workflows/generate_readme.yml`.
- You can specify avatar branches easier with wildcards.
2. Add the added avatar branch to repository variable `TARGET_BRANCHES` of this repository.
1 change: 1 addition & 0 deletions .github/README_templates/jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ READMEにはGithub Actionsによって自動的に挿入されるテンプレー

## アバターのブランチを増やした後にやること
1. `.github/workflows/generate_readme.yml``on`->`push`->`branches`に増やしたアバターのブランチを追加する。
- ワイルドカードによるブランチの指定が可能であれば、そちらの方が後々楽です。
2. このレポジトリの変数`TARGET_BRANCHES`に増やしたアバターのブランチを追加する。

0 comments on commit fc70219

Please sign in to comment.