File tree Expand file tree Collapse file tree
aws-cloudfront-invalidation Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments