Skip to content

Commit

Permalink
test slack reply
Browse files Browse the repository at this point in the history
  • Loading branch information
dbertram committed Nov 14, 2024
1 parent 37deab1 commit 3e1fce6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/branch-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Test Slack message with default settings
id: basic-message
uses: ./
with:
channel: ${{ env.SLACK_CHANNEL_ID }}
text: "Test message from <https://github.com/${{ github.repository }}|`${{ github.repository }}`>:\n\nMessage sent from: <https://github.com/${{ github.repository }}/compare/main...${{ env.BRANCH_NAME }}|`${{ env.BRANCH_NAME }}`>\nWorkflow Log: <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|Run ${{ github.run_id }}>"
- name: Test Slack reply
uses: ./
with:
thread_ts: ${{ steps.basic-message.outputs.ts }}
channel: ${{ env.SLACK_CHANNEL_ID }}
test: "Test reply with a link to unfurl: https://www.ynab.com"

0 comments on commit 3e1fce6

Please sign in to comment.