Skip to content

Commit dcf6df8

Browse files
authored
Update test.yaml
1 parent 30c9f48 commit dcf6df8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- name: Run action (inputs expected)
4646
uses: ./
4747
id: print_inputs
48+
with:
49+
add_to_summary: true
4850
- name: Check output (inputs expected)
4951
run: |
5052
echo "Action output:"
@@ -56,6 +58,7 @@ jobs:
5658
echo "Test failed: Inputs were not printed as expected for workflow_dispatch event"
5759
exit 1
5860
fi
61+
5962

6063
test-env-vars:
6164
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)