Skip to content

Commit

Permalink
revamp the action for localstack authorship (#2)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
HarshCasper and whummer committed May 28, 2023
1 parent 86441d6 commit 67f2521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup LocalStack

[![LocalStack Test](https://github.com/HarshCasper/setup-localstack/actions/workflows/ci.yml/badge.svg)](https://github.com/HarshCasper/setup-localstack/actions/workflows/ci.yml)
[![LocalStack Test](https://github.com/LocalStack/setup-localstack/actions/workflows/ci.yml/badge.svg)](https://github.com/LocalStack/setup-localstack/actions/workflows/ci.yml)


A GitHub Action to setup [LocalStack](https://github.com/localstack/localstack) on your GitHub Actions runner workflow by:
Expand All @@ -15,7 +15,7 @@ To get started, you can use this minimal example:

```yml
- name: Start LocalStack
uses: HarshCasper/setup-localstack@v0.1.2
uses: LocalStack/setup-localstack@v0.1.3
with:
image-tag: 'latest'
install-awslocal: 'true'
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3

- name: Start LocalStack
uses: HarshCasper/setup-localstack@v0.1.2
uses: LocalStack/setup-localstack@v0.1.3
with:
image-tag: 'latest'
install-awslocal: 'true'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Setup LocalStack'
description: 'Sets up LocalStack CLI in your GitHub Actions workflow.'
author: 'Harsh Mishra'
author: 'LocalStack Team'

branding:
icon: 'code'
Expand Down

0 comments on commit 67f2521

Please sign in to comment.