Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Schofield authored Oct 15, 2021
1 parent 930be88 commit 9056c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ inputs:
runs:
using: "composite"
steps:
- run: |
- shell: "bash"
run: |
python3 -m venv custodian
source custodian/bin/activate
pip install c7n
Expand All @@ -27,4 +28,3 @@ runs:
custodian "\$@"
EOF
chmod +x /usr/local/bin/custodian
shell: "bash"

0 comments on commit 9056c33

Please sign in to comment.