Skip to content

Merge pull request #102 from preethi-fission/featue/incorrect-success… #151

Merge pull request #102 from preethi-fission/featue/incorrect-success…

Merge pull request #102 from preethi-fission/featue/incorrect-success… #151

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()