Skip to content

Commit

Permalink
feat: add support for multiple arguments via an array (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wilson authored Feb 11, 2021
1 parent e764378 commit caa34e9
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 4,021 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
args: -var-file=./vars/vars.tfvars
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ${{ env.TERRAFORM_WORKING_DIRECTORY }}

- uses: ./
with:
args: '["-lock=false", "-var-file=./vars/vars.tfvars"]'
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ${{ env.TERRAFORM_WORKING_DIRECTORY }}

release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -71,4 +77,4 @@ jobs:
}
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit caa34e9

Please sign in to comment.