slatify icon indicating copy to clipboard operation
slatify copied to clipboard

Not working: "##[error]Not Found"

Open zoispag opened this issue 4 years ago • 2 comments

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 }}

image

zoispag avatar Jul 30 '20 10:07 zoispag

@zoispag have you found a solution? I have exactly the same problem...

rGaillard avatar Oct 10 '20 16:10 rGaillard

@rGaillard I ended up using a different action: 8398a7/action-slack@v3

zoispag avatar Oct 10 '20 16:10 zoispag