We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31484aa commit 918ad8eCopy full SHA for 918ad8e
.github/workflows/test-e2e.yml
@@ -52,7 +52,7 @@ jobs:
52
id: set-matrix
53
run: |
54
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
55
- echo "version=[${{ github.event.inputs.versions }}]" >> $GITHUB_OUTPUT
+ echo 'version=[${{ github.event.inputs.versions }}]' >> $GITHUB_OUTPUT
56
echo "group=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]" >> $GITHUB_OUTPUT
57
echo "total=12" >> $GITHUB_OUTPUT
58
elif [ "${{ github.event_name }}" == "pull_request" ]; then
0 commit comments