Skip to content

Commit

Permalink
Merge pull request #42 from tatsutakein/rt/fix-wc-changed
Browse files Browse the repository at this point in the history
fix: wc-changed の output が正しく反映されるよう修正
  • Loading branch information
tatsutakein authored Mar 5, 2024
2 parents b4b4d2a + 043ecf7 commit eb8ce44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wc-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
outputs:
actions:
value: ${{ jobs.changes.outputs.actions }}
value: ${{ jobs.changed.outputs.actions }}

permissions:
contents: read
Expand Down

0 comments on commit eb8ce44

Please sign in to comment.