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 bf4b02c commit 0dc33c9Copy full SHA for 0dc33c9
.github/workflows/test_cloudpods.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
output=$(gh api repos/$GITHUB_REPOSITORY/releases | jq '[.[].tag_name]')
26
output=$(echo $output | tr '\n' ' ')
27
- echo "matrix=$output >> $GITHUB_OUTPUT
+ echo "matrix=$output" >> $GITHUB_OUTPUT
28
29
test-pod-release:
30
needs: get-releases
0 commit comments