Skip to content

Github Actions対象にSoraブランチを追加 #19

Github Actions対象にSoraブランチを追加

Github Actions対象にSoraブランチを追加 #19

name: Generate README
on:
push:
branches:
- Senko
- Shiro
- Suzu
- Sora
paths:
- .github/README_templates/**
- .github/README_images/**
- .github/workflows/generate_readme.yaml
jobs:
generate-readme:
name: Generate README
permissions:
contents: write
uses: Gakuto1112/FiguraAvatarsReadmeTemplate/.github/workflows/generate_my_figura_avatar_readme.yaml@main
with:
branch-name: ${{ github.ref_name }}