Skip to content

fix: Update chat.js #142

fix: Update chat.js

fix: Update chat.js #142

Workflow file for this run

---
name: Test
'on': push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Fail
id: fail
run: cat error.txt 2> errors.txt
- name: Google Chat Notification
uses: javiern8410/[email protected]
with:
name: Build
url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
status: ${{ job.status }}
if: always()