Skip to content

Commit

Permalink
Add .vscode to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MGenteluci committed Aug 24, 2019
1 parent 3d5702f commit 90ba303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# IDE
.vscode
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: mgenteluci/cloudformation-deploy-action@v1.1.0
- uses: mgenteluci/cloudformation-deploy-action@v1.2.0
env:
TEMPLATE: 'template.yml'
AWS_STACK_NAME: 'my-stack'
Expand Down

0 comments on commit 90ba303

Please sign in to comment.