Skip to content

Commit

Permalink
Merge pull request #28 from 2rabs/rt/fix-wc-changed
Browse files Browse the repository at this point in the history
fix(actions): wc-changed の outputs が正しく出力されるよう修正
  • Loading branch information
tatsutakein authored Mar 6, 2024
2 parents 71d4b50 + 0bb23d0 commit e27917b
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 e27917b

Please sign in to comment.