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 fcce05a commit ed2a036Copy full SHA for ed2a036
.github/workflows/publish.yaml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
cd cfn-resources
69
./cfn-publish.sh "${{ github.event.inputs.resourceName }}"
70
- echo "published_version=$(cat published_version.txt)" >> $GITHUB_OUTPUT
+ echo "published_version=$(cat published_version.txt)" >> "$GITHUB_OUTPUT"
71
env:
72
RESOURCE_VERSION_PUBLISHING: ${{ github.event.inputs.resourceVersionPublishing }}
73
MCLI_OPS_MANAGER_URL: ${{ env.MONGODB_ATLAS_BASE_URL }}
0 commit comments