We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af27b8a commit 050cd9fCopy full SHA for 050cd9f
.github/workflows/sls.yml
@@ -1,7 +1,7 @@
1
on:
2
push:
3
branches:
4
- - main
+ - master
5
workflow_dispatch:
6
# This allows the workflow to be manually triggered
7
@@ -17,10 +17,9 @@ jobs:
17
18
# Deployment of your project
19
- name: serverless deploy
20
- uses: suprgames/serverless-github-action@v1.77
+ uses: serverless/github-action@master
21
with:
22
- command: deploy
23
- args: -v
+ args: deploy
24
env:
25
# To link with your Serverless Framework account, equivalent to login
26
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
0 commit comments