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 cd517c4 commit 88ff632Copy full SHA for 88ff632
.github/workflows/common_quickstart.yml
@@ -75,7 +75,7 @@ jobs:
75
runs-on: macos-15
76
steps:
77
- id: lowercase_product
78
- run: echo "lowercase_product=${${{ inputs.product }},,}" >> $GITHUB_OUTPUT
+ run: echo "lowercase_product=${"${{ inputs.product }}",,}" >> $GITHUB_OUTPUT
79
- name: Remove data before upload.
80
run: echo hello_${{ steps.lowercase_product.outputs.lowercase_product }}
81
- uses: actions/checkout@v4
0 commit comments