Skip to content

Commit ed2a036

Browse files
committed
shell check
1 parent fcce05a commit ed2a036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
cd cfn-resources
6969
./cfn-publish.sh "${{ github.event.inputs.resourceName }}"
70-
echo "published_version=$(cat published_version.txt)" >> $GITHUB_OUTPUT
70+
echo "published_version=$(cat published_version.txt)" >> "$GITHUB_OUTPUT"
7171
env:
7272
RESOURCE_VERSION_PUBLISHING: ${{ github.event.inputs.resourceVersionPublishing }}
7373
MCLI_OPS_MANAGER_URL: ${{ env.MONGODB_ATLAS_BASE_URL }}

0 commit comments

Comments
 (0)