Skip to content

Commit

Permalink
Update version to use payload-delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed Aug 28, 2024
1 parent 2c4d3cd commit 6ca3f23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly-v4-integtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,16 @@ jobs:
/home/nfs/dunedaq/kill_stale_gunicorn_processes.sh
send_slack_message:
if: success() || failure()
if: always()
runs-on: daq
name: send slack message
needs: integration_tests
steps:
- name: Send JSON data to Slack workflow
id: slack
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
payload-delimiter: "_"
# Variables used by the Slack workflow
payload: |
{
Expand Down

0 comments on commit 6ca3f23

Please sign in to comment.