From 9056c332e65c5d48c32b58dcca51295d96901809 Mon Sep 17 00:00:00 2001 From: Greg Schofield Date: Fri, 15 Oct 2021 11:50:23 -0400 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2877b83..33da601 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,8 @@ inputs: runs: using: "composite" steps: - - run: | + - shell: "bash" + run: | python3 -m venv custodian source custodian/bin/activate pip install c7n @@ -27,4 +28,3 @@ runs: custodian "\$@" EOF chmod +x /usr/local/bin/custodian - shell: "bash" \ No newline at end of file