Skip to content

Commit

Permalink
fix(ci): Try expressionizing with field
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Oct 23, 2023
1 parent 8d50444 commit b907504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
needs: find_changes
uses: ./.github/workflows/build.yml
with:
packages: needs.find_changes.outputs.list
packages: ${{ needs.find_changes.outputs.list }}
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
needs: release_check
uses: ./.github/workflows/build.yml
with:
packages: needs.release_check.outputs.list
packages: ${{ needs.release_check.outputs.list }}

0 comments on commit b907504

Please sign in to comment.