We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a903785 + a2e30db commit 49c4df0Copy full SHA for 49c4df0
README.md
@@ -73,7 +73,7 @@ jobs:
73
steps:
74
- uses: actions/checkout@v1
75
- name: AWS Lambda Deploy
76
- uses: appleboy/lambda-action
+ uses: appleboy/lambda-action@master
77
with:
78
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
79
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -97,7 +97,7 @@ jobs:
97
98
99
if: github.ref == 'refs/heads/master'
100
101
102
103
0 commit comments