File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ jobs:
17
17
- name : Checkout of master
18
18
uses : actions/checkout@master
19
19
20
- - name : Set up Node.js version
21
- uses : actions/setup-node@v1
22
- with :
23
- node- version : ' 10.x'
20
+ - name : Set Node.js 10.x
21
+ uses : actions/setup-node@master
22
+ with :
23
+ version : 10.x
24
24
25
25
- name : ' run: npm install and build'
26
+ working-directory : ./AutomaticClockOuts
26
27
run : |
27
- cd AutomaticClockOuts
28
28
npm i azure-functions-core-tools@core --unsafe-perm true
29
29
npm install
30
30
func azure functionapp publish time-tracker-azure-functions
31
31
32
- - uses : actions/checkout@v2
33
- - name : Slack Notification
34
-
35
- env :
36
- SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
37
- SLACK_ICON : https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
38
- SLACK_USERNAME : ' heisenberg-deploy-azure-functions:'
32
+ # - uses: actions/checkout@v2
33
+ # - name: Slack Notification
34
+
35
+ # env:
36
+ # SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
37
+ # SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
38
+ # SLACK_USERNAME: 'heisenberg-deploy-azure-functions:'
You can’t perform that action at this time.
0 commit comments