Skip to content

Commit f652a3d

Browse files
authored
Remove COMPONENT_CACHE_PATH from action.yml
Removed COMPONENT_CACHE_PATH variable assignment and its usage in output.
1 parent c503b93 commit f652a3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)