Skip to content

Bump axios from 0.21.1 to 1.6.0 in /client #17

Bump axios from 0.21.1 to 1.6.0 in /client

Bump axios from 0.21.1 to 1.6.0 in /client #17

Workflow file for this run

name: Build and Notify
on:
push:
pull_request:
types: [opened,closed]
issues:
types: [opened, closed, reopened]
issue_comment:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Send Notification
uses: athul/telewire@master
if: always()
with:
chat: ${{ secrets.chat }}
token: ${{ secrets.token }}
status: ${{ job.status }}