Skip to content

Commit d484612

Browse files
committed
Remove unwanted changes
1 parent 9f5305e commit d484612

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

.github/actions/constellation_create/action.yml

-4
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ outputs:
7373
osImageUsed:
7474
description: "The OS image used in the cluster."
7575
value: ${{ steps.setImage.outputs.image }}
76-
workspace:
77-
description: "The constellation workspace."
78-
value: ${{ steps.setImage.outputs.workspace }}
7976

8077
runs:
8178
using: "composite"
@@ -111,7 +108,6 @@ runs:
111108
112109
yq eval -i "(.image) = \"${imageInput}\"" constellation-conf.yaml
113110
echo "image=${imageInput}" | tee -a "$GITHUB_OUTPUT"
114-
echo "workspace=$(pwd)" | tee -a "$GITHUB_OUTPUT"
115111
116112
- name: Set marketplace image flag (AWS)
117113
if: inputs.marketplaceImageVersion != '' && inputs.cloudProvider == 'aws'

0 commit comments

Comments
 (0)