Skip to content

Commit 9fab4d5

Browse files
committed
GHA: Update config
1 parent 9ef5f9c commit 9fab4d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ jobs:
9191
echo "base-tag=sha-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
9292
echo "plone-version=$(cat backend/version.txt)" >> $GITHUB_OUTPUT
9393
python3 -c 'import json; data = json.load(open("./frontend/mrs.developer.json")); print("volto-version=" + (data["core"].get("tag") or "latest"))' >> $GITHUB_OUTPUT
94-
echo "environment=${{ inputs.environment }}" >> $GITHUB_OUTPUT
95-
echo "stack-name=${${{ inputs.environment }}//./-}" >> $GITHUB_OUTPUT
94+
ENVIRONMENT=${{ inputs.environment }}" >> $GITHUB_OUTPUT
95+
echo "environment="${ENVIRONMENT} >> $GITHUB_OUTPUT
96+
echo "stack-name=${ENVIRONMENT//./-}" >> $GITHUB_OUTPUT
9697
9798
- uses: dorny/[email protected]
9899
id: filter

0 commit comments

Comments
 (0)