File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Setup LocalStack
22
3- [ ![ LocalStack Test] ( https://github.com/HarshCasper /setup-localstack/actions/workflows/ci.yml/badge.svg )] ( https://github.com/HarshCasper /setup-localstack/actions/workflows/ci.yml )
3+ [ ![ LocalStack Test] ( https://github.com/LocalStack /setup-localstack/actions/workflows/ci.yml/badge.svg )] ( https://github.com/LocalStack /setup-localstack/actions/workflows/ci.yml )
44
55
66A GitHub Action to setup [ LocalStack] ( https://github.com/localstack/localstack ) on your GitHub Actions runner workflow by:
@@ -15,7 +15,7 @@ To get started, you can use this minimal example:
1515
1616``` yml
1717- name : Start LocalStack
18- uses : HarshCasper /setup-localstack@v0.1.2
18+ uses : LocalStack /setup-localstack@v0.1.3
1919 with :
2020 image-tag : ' latest'
2121 install-awslocal : ' true'
4848 - uses: actions/checkout@v3
4949
5050 - name: Start LocalStack
51- uses: HarshCasper /setup-localstack@v0.1.2
51+ uses: LocalStack /setup-localstack@v0.1.3
5252 with:
5353 image-tag: 'latest'
5454 install-awslocal: 'true'
Original file line number Diff line number Diff line change 11name : ' Setup LocalStack'
22description : ' Sets up LocalStack CLI in your GitHub Actions workflow.'
3- author : ' Harsh Mishra '
3+ author : ' LocalStack Team '
44
55branding :
66 icon : ' code'
You can’t perform that action at this time.
0 commit comments