We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd986d4 commit a8f17daCopy full SHA for a8f17da
.github/workflows/ci.yml
@@ -63,3 +63,5 @@ jobs:
63
echo "❌ Output does NOT contain the expected hint."
64
exit 1
65
fi
66
+ - name: Print the input tag to STDOUT
67
+ run: echo The tags are ${{ inputs.tags }}
0 commit comments