Skip to content

Commit

Permalink
Remove unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Mar 11, 2025
1 parent 9f5305e commit d484612
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .github/actions/constellation_create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ outputs:
osImageUsed:
description: "The OS image used in the cluster."
value: ${{ steps.setImage.outputs.image }}
workspace:
description: "The constellation workspace."
value: ${{ steps.setImage.outputs.workspace }}

runs:
using: "composite"
Expand Down Expand Up @@ -111,7 +108,6 @@ runs:
yq eval -i "(.image) = \"${imageInput}\"" constellation-conf.yaml
echo "image=${imageInput}" | tee -a "$GITHUB_OUTPUT"
echo "workspace=$(pwd)" | tee -a "$GITHUB_OUTPUT"
- name: Set marketplace image flag (AWS)
if: inputs.marketplaceImageVersion != '' && inputs.cloudProvider == 'aws'
Expand Down
Loading

0 comments on commit d484612

Please sign in to comment.