Skip to content

Commit

Permalink
fix(actions): wc-changed の outputs が正しく出力されるよう修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Mar 6, 2024
1 parent 71d4b50 commit 0bb23d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wc-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflow_call:
outputs:
actions:
value: ${{ jobs.changes.outputs.actions }}
value: ${{ jobs.changed.outputs.actions }}
docs:
value: ${{ jobs.changes.outputs.docs }}
value: ${{ jobs.changed.outputs.docs }}

permissions:
contents: read
Expand Down

0 comments on commit 0bb23d0

Please sign in to comment.