Skip to content

Commit 70288fe

Browse files
committed
[fix] actions
1 parent 86cac11 commit 70288fe

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

actions/aws-cloudfront-invalidation/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,6 @@ runs:
221221
echo "- **Status:** \`${{ steps.invalidate.outputs.status || 'N/A' }}\`"
222222
echo "- **CallerReference:** \`${{ steps.invalidate.outputs.caller_reference || 'auto' }}\`"
223223
echo "- **Distribution:** \`${DIST}\`"
224-
if [[ -n "$CF_LINK" ]]; then
225-
echo "- **Console:** ${CF_LINK}"
226-
fi
227-
228224
echo ""
229225
if (( TOTAL > 0 )); then
230226
if (( TOTAL <= LIMIT )); then

actions/aws-terraform-runner/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ runs:
247247
run: |
248248
set -euo pipefail
249249
250-
WS="${{ inputs.tf_workspace != '' && inputs.tf_workspace || steps.collect.outputs.workspace }}"
250+
WS="${{ inputs.tf_workspace != '' && inputs.tf_workspace || 'default' }}"
251251
TFV="${{ steps.collect.outputs.terraform_version }}"
252252
253253
LIMIT_RAW="${{ inputs.summary_limit }}"

0 commit comments

Comments
 (0)