Iam getting this issue when trying to notify.
Usage
- name: Notify
if: failure()
uses: skitionek/notify-microsoft-teams@master
with:
webhook_url: ${{ secrets.NON_PROD_BUILDS_NOTIFY_WEBHOOK }}
needs: ${{ toJson(needs) }}
job: ${{ toJson(job) }}
steps: ${{ toJson(steps) }}