Skip to content

Commit

Permalink
Merge pull request #14 from ExitoLab/feature/readme
Browse files Browse the repository at this point in the history
fix: fixed an existing bug
  • Loading branch information
ExitoLab authored Jul 10, 2021
2 parents 4670b60 + cce6f96 commit 4d377e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:
with:
templateFile: 'packer-template.json'
workingDir: '.'
varFile: 'packer-vars.json'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: us-east-1
```

Pls note: Don't add the `varFile` if you do not have the file in your working directory
Pls note: Add the `varFile` if you do have the file in your working directory

0 comments on commit 4d377e0

Please sign in to comment.