Skip to content

Test action

Test action #13

Workflow file for this run

name: Test action
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Test
id: test
uses: ./
with:
threadName: 'v1.0-test'
channellName: 'bifrost'
message: 'testing action'
webhookUrl: ${{ secrets.HUBOT_WEBHOOK_URl }}
webhookAuth: ${{ secrets.HUBOT_WEBHOOK_AUTH }}