Skip to content

Commit

Permalink
Merge branch 'refactor_default_action' of github.com:localstack/setup…
Browse files Browse the repository at this point in the history
…-localstack into refactor_default_action
  • Loading branch information
lakkeger committed May 17, 2024
2 parents 0f2479b + 4b05efe commit 01d91d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ inputs:
runs:
using: "composite"
steps:
- run: echo "$(ls -d ./../../_actions/LocalStack/setup-localstack/* | grep -v completed)"
shell: bash

- run: echo "action-root=$(ls -d ./../../_actions/LocalStack/setup-localstack/* | grep -v completed)" >> $GITHUB_ENV
shell: bash

Expand Down

0 comments on commit 01d91d7

Please sign in to comment.