-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update lambda-action version in README jobs section
- Update the `appleboy/lambda-action` version from `v0.1.8` to `v0.1.9` in multiple places in the `jobs` section of the README file. Signed-off-by: Bo-Yi.Wu <[email protected]>
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
run: | | ||
cd example && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -a -o main main.go && zip deployment.zip main | ||
- name: default deploy | ||
uses: appleboy/[email protected].8 | ||
uses: appleboy/[email protected].9 | ||
with: | ||
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|
@@ -58,7 +58,7 @@ jobs: | |
- name: checkout source code | ||
uses: actions/checkout@v3 | ||
- name: default deploy | ||
uses: appleboy/[email protected].8 | ||
uses: appleboy/[email protected].9 | ||
with: | ||
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|
@@ -80,7 +80,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: AWS Lambda Deploy | ||
uses: appleboy/[email protected].8 | ||
uses: appleboy/[email protected].9 | ||
with: | ||
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|
@@ -104,7 +104,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: AWS Lambda Deploy | ||
if: github.ref == 'refs/heads/master' | ||
uses: appleboy/[email protected].8 | ||
uses: appleboy/[email protected].9 | ||
with: | ||
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|
@@ -128,7 +128,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: AWS Lambda Deploy | ||
if: github.ref == 'refs/heads/master' | ||
uses: appleboy/[email protected].8 | ||
uses: appleboy/[email protected].9 | ||
with: | ||
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|