Skip to content

Commit a8f17da

Browse files
committed
print input tags
1 parent dd986d4 commit a8f17da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@ jobs:
6363
echo "❌ Output does NOT contain the expected hint."
6464
exit 1
6565
fi
66+
- name: Print the input tag to STDOUT
67+
run: echo The tags are ${{ inputs.tags }}

0 commit comments

Comments
 (0)