Skip to content

Commit 67f2521

Browse files
HarshCasperwhummer
andauthored
revamp the action for localstack authorship (#2)
* revamp the action for localstack authorship * Update action.yml Co-authored-by: Waldemar Hummer <waldemar.hummer@gmail.com> * Update README.md Co-authored-by: Waldemar Hummer <waldemar.hummer@gmail.com> --------- Co-authored-by: Waldemar Hummer <waldemar.hummer@gmail.com>
1 parent 86441d6 commit 67f2521

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

66
A 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'
@@ -48,7 +48,7 @@ jobs:
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'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Setup LocalStack'
22
description: 'Sets up LocalStack CLI in your GitHub Actions workflow.'
3-
author: 'Harsh Mishra'
3+
author: 'LocalStack Team'
44

55
branding:
66
icon: 'code'

0 commit comments

Comments
 (0)