Skip to content

Commit

Permalink
gh: update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 16, 2024
1 parent 7f448b9 commit 411a2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/check-package-updates/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ outputs:
value: ${{ steps.check-package-json.outputs.any_changed }}
description: 'Returns a boolean indicating if the passed-in package.json was changed in any way.'
package-changed:
value: ${{ jobs.check-package.outputs.any_change }}
value: ${{ steps.check-package.outputs.any_change }}
description: 'Returns a boolean indicating if the passed-in package was changed in any way.'
any-changed:
value: ${{ jobs.check-any.outputs.any-changed }}
value: ${{ steps.check-any.outputs.any-changed }}
description: 'Returns a boolean indicating if the package changed in any way.'

runs:
Expand Down

0 comments on commit 411a2f7

Please sign in to comment.