Skip to content

Commit

Permalink
ワークフローの拡張子を短縮
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed Mar 31, 2024
1 parent 7b804c3 commit ee8d7f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
strategy:
matrix:
target-branch: ${{ fromJSON(vars.TARGET_BRANCHES) }}
uses: Gakuto1112/FiguraAvatarsReadmeTemplate/.github/workflows/generate_my_figura_avatar_readme.yaml@main
uses: Gakuto1112/FiguraAvatarsReadmeTemplate/.github/workflows/generate_my_figura_avatar_readme.yml@main
with:
branch-name: ${{ matrix.target-branch }}
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- Rewrite
paths:
- .github/README_templates/**
- .github/workflows/generate_readme.yaml
- .github/workflows/generate_readme.yml

jobs:
generate-readme:
name: Generate README
permissions:
contents: write
uses: Gakuto1112/FiguraAvatarsReadmeTemplate/.github/workflows/generate_my_figura_avatar_readme.yaml@main
uses: Gakuto1112/FiguraAvatarsReadmeTemplate/.github/workflows/generate_my_figura_avatar_readme.yml@main
with:
branch-name: ${{ github.ref_name }}

0 comments on commit ee8d7f0

Please sign in to comment.