Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #114 from open-component-model/one-liner
Browse files Browse the repository at this point in the history
Change from field to text to avoid CR
  • Loading branch information
morri-son authored Oct 24, 2023
2 parents d0c09ea + da9b036 commit 085425c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Notify on Failure/Success
id: slack-notification
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.24.0
if: ${{ github.ref_name == 'main' && github.event_name == 'schedule' }}
with:
# Slack channel id, channel name, or user id to post message.
Expand All @@ -108,7 +108,7 @@ jobs:
"blocks": [
{
"type": "section",
"fields": [
"text": [
{
"type": "mrkdwn",
"text": "e2e Test for MPAS ${{ job.status == 'success' && ':white_check_mark:' || ':x:' }} <https://github.com/open-component-model/MPAS/actions/workflows/e2e.yaml|Github Action>"
Expand Down

0 comments on commit 085425c

Please sign in to comment.