diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 39a16ba..0b92bee 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -104,7 +104,7 @@ jobs: with: payload: | { - "text": "Hey! Just to let you know that once the prerelease becomes stable, you'll need to update the following project: ${{ matrix.project }}. ", + "text": "Once the prerelease becomes stable, projects need updating: ${{ matrix.project }}" } env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}