File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Deploy
2
- on :
2
+ " on " :
3
3
push :
4
4
branches :
5
5
- main
6
6
workflow_dispatch : {}
7
-
8
7
jobs :
9
8
deploy :
10
9
runs-on : ubuntu-latest
11
10
steps :
12
11
- uses : actions/checkout@v2
13
12
- uses : actions/setup-node@v2
14
13
with :
15
- node-version : 12
14
+ node-version : 16
16
15
cache : npm
17
16
- run : npm ci
18
17
- uses : azure/login@v1
19
18
with :
20
- # probot/example-azure-function credentials provided by @gr2m
21
19
creds : ${{ secrets.AZURE_CREDENTIALS }}
22
- - name : " Run Azure Functions Action"
20
+ - name : Run Azure Functions Action
23
21
uses : Azure/functions-action@v1
24
22
id : fa
25
23
with :
26
- app-name : " probot-example"
27
- package : " ."
28
- # probot/example-azure-function credentials provided by @gr2m
24
+ app-name : probot-example
25
+ package : .
29
26
publish-profile : ${{ secrets.AZURE_FUNCTION_APP_PUBLISH_PROFILE }}
You can’t perform that action at this time.
0 commit comments