Skip to content

Commit

Permalink
ugh…
Browse files Browse the repository at this point in the history
  • Loading branch information
pingevt committed Sep 15, 2024
1 parent 4868618 commit 43d39fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ jobs:
id: context

- name: Messages to env var
if: ${{ env.SHOULD_BUILD_JOB == 'true' && env.PR_NUMBER != 0 }}
run: |
# (echo "MESSAGE_MD_VAR=$(cat message.md)") >> "$GITHUB_ENV"
MARKDOWN_CONTENTS=$(cat message.md)
Expand Down Expand Up @@ -270,7 +269,7 @@ jobs:
"type": "button",
"text": {
"type": "plain_text",
"text": "Results",
"text": "Full Output",
"emoji": true
},
"value": "phpstan_results",
Expand Down

0 comments on commit 43d39fb

Please sign in to comment.