Skip to content

Commit

Permalink
fix: wc-changed の output が正しく反映されるよう修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Mar 5, 2024
1 parent b4b4d2a commit 043ecf7
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 043ecf7

Please sign in to comment.