Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shayki5 authored Jul 25, 2024
1 parent 30c9f48 commit dcf6df8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- name: Run action (inputs expected)
uses: ./
id: print_inputs
with:
add_to_summary: true
- name: Check output (inputs expected)
run: |
echo "Action output:"
Expand All @@ -56,6 +58,7 @@ jobs:
echo "Test failed: Inputs were not printed as expected for workflow_dispatch event"
exit 1
fi

test-env-vars:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dcf6df8

Please sign in to comment.