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.
1 parent 567aa47 commit e6a1162Copy full SHA for e6a1162
.github/workflows/CD.yml
@@ -44,7 +44,7 @@ jobs:
44
# run: make install-serverless-plugins
45
46
- name: Install VPC Plugin and Deploy
47
- uses: serverless/github-action@v1.53.0
+ uses: serverless/github-action@master
48
with:
49
args: -c "cd nodejs-functions ; pwd ; serverless plugin install --name serverless-azure-functions && serverless deploy"
50
entrypoint: /bin/bash
0 commit comments