File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,6 @@ runs:
282282 run : |
283283 STACK_NAME=$(echo "${{ inputs.stack }}" | sed 's#/#_#g')
284284 COMPONENT_PATH=${{ fromJson(steps.atmos-settings.outputs.settings).component-path }}
285- COMPONENT_CACHE_PATH=$(realpath ${{ fromJson(steps.atmos-settings.outputs.settings).component-path }})
286285 COMPONENT_NAME=$(echo "${{ inputs.component }}" | sed 's#/#_#g')
287286 COMPONENT_SLUG="$STACK_NAME-$COMPONENT_NAME"
288287 COMPONENT_CACHE_KEY=$(basename "${{ fromJson(steps.atmos-settings.outputs.settings).component-path }}")
@@ -300,7 +299,6 @@ runs:
300299 echo "component_name=${COMPONENT_NAME}" >> $GITHUB_OUTPUT
301300 echo "component_slug=${COMPONENT_SLUG}" >> $GITHUB_OUTPUT
302301 echo "component_path=${COMPONENT_RELPATH}" >> $GITHUB_OUTPUT
303- echo "component_cache_path=${COMPONENT_CACHE_PATH}" >> $GITHUB_OUTPUT
304302 echo "cache-key=${COMPONENT_CACHE_KEY}" >> $GITHUB_OUTPUT
305303 echo "plan_file=${PLAN_FILE}" >> $GITHUB_OUTPUT
306304 echo "plan_file_json=${PLAN_FILE_JSON}" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments