Skip to content

add support for unfurl_links + better logging #4

add support for unfurl_links + better logging

add support for unfurl_links + better logging #4

Workflow file for this run

name: Branch Builder
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [ main ]
tags-ignore: "**"
workflow_dispatch:
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }} # github.head_ref for pull_request event and github.ref_name for push event
SLACK_BOT_TOKEN: ${{ secrets.SLACK_TEST_TOKEN }}
SLACK_CHANNEL_ID: ${{ secrets.SLACK_TEST_CHANNEL_ID }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test Slack message with default settings
uses: ./
with:
channel: ${{ env.SLACK_CHANNEL_ID }}
text: "branch-builder.yml message from <https://github.com/ynab/slack-post-message-action/tree/${{ env.BRANCH_NAME }}|`${{ env.BRANCH_NAME }}`>:\n\n*Test!*"