Skip to content

refactor: update to Nodejs v20 #6

refactor: update to Nodejs v20

refactor: update to Nodejs v20 #6

Workflow file for this run

name: MS Teams Deploy Card
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
if: always()
with:
github-token: ${{ github.token }}
webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
timezone: Europe/Paris
- name: Upload logs
if: failure()
uses: actions/upload-artifact@v2
with:
name: action-logs
path: ./output.log