Skip to content

Commit 07b5446

Browse files
committed
m
1 parent 88ff632 commit 07b5446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/common_quickstart.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
runs-on: macos-15
7676
steps:
7777
- id: lowercase_product
78-
run: echo "lowercase_product=${"${{ inputs.product }}",,}" >> $GITHUB_OUTPUT
78+
shell: bash
79+
run: echo "lowercase_product=${{ inputs.product,, }}" >> $GITHUB_OUTPUT
7980
- name: Remove data before upload.
8081
run: echo hello_${{ steps.lowercase_product.outputs.lowercase_product }}
8182
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)