Hi, since July 24, this action fails, with no good error message.
Any idea?
- name: Slack notification
uses: homoluctus/slatify@master
if: always()
with:
type: ${{ job.status }}
job_name: '*Validate client configuration*'
channel: '#testing'
mention: 'here'
mention_if: 'failure'
url: ${{ secrets.SLACK_WEBHOOK }}
commit: true
token: ${{ secrets.OAUTH_TOKEN }}

Hi, since July 24, this action fails, with no good error message.
Any idea?