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:
1717 - name : Checkout of master
1818 uses : actions/checkout@master
1919
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
2424
2525 - name : ' run: npm install and build'
26+ working-directory : ./AutomaticClockOuts
2627 run : |
27- cd AutomaticClockOuts
2828 npm i azure-functions-core-tools@core --unsafe-perm true
2929 npm install
3030 func azure functionapp publish time-tracker-azure-functions
3131
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