Skip to content

Commit

Permalink
Testing a bit more.
Browse files Browse the repository at this point in the history
  • Loading branch information
pingevt committed Sep 15, 2024
1 parent a6eaa1c commit 56c7ae4
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 14 deletions.
20 changes: 19 additions & 1 deletion .github/workflows/testing-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,25 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "-- PHPSTAN results -- ${{ steps.context.outputs.job_log_url }}"
"text": "PHPSTAN results"
},
"accessory": {
"type": "button",
"text": {
"type": "plain_text",
"text": "Results",
"emoji": true
},
"value": "phpstan_results",
"url": "${{ steps.context.outputs.job_log_url }}",
"action_id": "button-action"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "${{ github.actor }} started the process on ${{ github.ref_name }}. Run # ${{ github.ref_name }}. ${{ steps.context.outputs.job_log_url }}"
}
}
]
Expand Down
71 changes: 58 additions & 13 deletions payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "This is a mrkdwn section block :ghost: *this is bold*, and ~this is crossed out~, and <https://google.com|this is a link>"
}
},
{
"type": "rich_text",
"elements": [
Expand All @@ -31,7 +24,7 @@
"elements": [
{
"type": "text",
"text": "Basic bullet list with rich elements\n"
"text": "Build Steps\r\n"
}
]
},
Expand All @@ -48,7 +41,20 @@
},
{
"type": "text",
"text": " item 1: "
"text": " Action Setup"
}
]
},
{
"type": "rich_text_section",
"elements": [
{
"type": "emoji",
"name": "white_circle"
},
{
"type": "text",
"text": " Prepped for Pantheon"
}
]
},
Expand All @@ -61,7 +67,7 @@
},
{
"type": "text",
"text": " item 2: "
"text": " Preparing Node and Composer for build Artifacts"
}
]
},
Expand All @@ -70,11 +76,50 @@
"elements": [
{
"type": "emoji",
"name": "large_green_circle"
"name": "white_circle"
},
{
"type": "text",
"text": " Pre Deployer"
}
]
},
{
"type": "rich_text_section",
"elements": [
{
"type": "emoji",
"name": "white_circle"
},
{
"type": "text",
"text": " Deployer"
}
]
},
{
"type": "rich_text_section",
"elements": [
{
"type": "emoji",
"name": "white_circle"
},
{
"type": "text",
"text": " Install VisReg Tools"
}
]
},
{
"type": "rich_text_section",
"elements": [
{
"type": "emoji",
"name": "white_circle"
},
{
"type": "text",
"text": " item 3: "
"text": " Vis Reg Testing"
}
]
}
Expand All @@ -89,7 +134,7 @@
"type": "section",
"text": {
"type": "mrkdwn",
"text": "${{ github.actor }} started the process on ${{ github.ref_name }}. ${{ steps.context.outputs.job_log_url }}"
"text": "${{ github.actor }} started the process on ${{ github.ref_name }}. Run # ${{ github.ref_name }}. ${{ steps.context.outputs.job_log_url }}"
}
}
]
Expand Down

0 comments on commit 56c7ae4

Please sign in to comment.