Skip to content

Commit

Permalink
Update test-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr committed Aug 17, 2023
1 parent cf7a6f4 commit acd8e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
uses: ./
with:
path: test
- run: echo "$MAIN_OUTPUTS_FEATURES" | jq
- run: echo "$MAIN_OUTPUTS_ALL_FEATURES" | jq
env:
MAIN_OUTPUTS_FEATURES: ${{ steps.main.outputs.features }}
MAIN_OUTPUTS_ALL_FEATURES: ${{ steps.main.outputs.all-features }}
- run: echo "$MAIN_OUTPUTS_CHANGED_FEATURES" | jq
env:
MAIN_OUTPUTS_CHANGED_FEATURES: ${{ steps.main.outputs.changed-features }}
Expand Down

0 comments on commit acd8e59

Please sign in to comment.