We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f2479b + 4b05efe commit 958c786Copy full SHA for 958c786
action.yml
@@ -72,6 +72,8 @@ inputs:
72
runs:
73
using: "composite"
74
steps:
75
+ - run: echo "$(ls -d ./../../_actions/LocalStack/setup-localstack/* | grep -v completed)"
76
+
77
- run: echo "action-root=$(ls -d ./../../_actions/LocalStack/setup-localstack/* | grep -v completed)" >> $GITHUB_ENV
78
shell: bash
79
0 commit comments