Skip to content

Commit

Permalink
comment out slack notification action for now
Browse files Browse the repository at this point in the history
  • Loading branch information
evaham1 committed Sep 24, 2024
1 parent d273cef commit 838871c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ jobs:
# Rscript -e "covr::codecov(type = c('tests', 'examples'))"
# set -e

- name: Notify Slack 📣
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # set in rep's setting >> secrets
# - name: Notify Slack 📣
# uses: 8398a7/action-slack@v3
# with:
# status: ${{ job.status }}
# fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
# env:
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # set in rep's setting >> secrets

0 comments on commit 838871c

Please sign in to comment.