Skip to content

Commit

Permalink
update second branch-builder to cover all optional inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbertram committed Nov 25, 2024
1 parent 3c58671 commit 7d6219c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/branch-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
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 message
- name: Test Slack message with optional inputs specified (reply message + unfurl_links disabled)
uses: ./
with:
channel: ${{ env.SLACK_CHANNEL_ID }}
thread_ts: ${{ steps.basic-message.outputs.ts }}
text: 'Test reply with a link to unfurl: <https://www.ynab.com/|https://www.ynab.com/>'
text: 'Test reply with a link to unfurl (that should _not_ unfurl): <https://aus.youneedabudget.com/|YNAB AU Marketing Site>'
unfurl_links: false

0 comments on commit 7d6219c

Please sign in to comment.