Skip to content

Commit bdf0793

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ 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-
ENVIRONMENT=${{ inputs.environment }}" >> $GITHUB_OUTPUT
94+
ENVIRONMENT=${{ inputs.environment }}
9595
echo "environment="${ENVIRONMENT} >> $GITHUB_OUTPUT
9696
echo "stack-name=${ENVIRONMENT//./-}" >> $GITHUB_OUTPUT
9797

0 commit comments

Comments
 (0)