Skip to content

Commit 050cd9f

Browse files
authored
Update sls.yml
1 parent af27b8a commit 050cd9f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .github/workflows/sls.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- main
4+
- master
55
workflow_dispatch:
66
# This allows the workflow to be manually triggered
77

@@ -17,10 +17,9 @@ jobs:
1717

1818
# Deployment of your project
1919
- name: serverless deploy
20-
uses: suprgames/serverless-github-action@v1.77
20+
uses: serverless/github-action@master
2121
with:
22-
command: deploy
23-
args: -v
22+
args: deploy
2423
env:
2524
# To link with your Serverless Framework account, equivalent to login
2625
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}

0 commit comments

Comments
 (0)