typo
Some checks failed
Send markdown / send (push) Failing after 6s

This commit is contained in:
Wroclaw 2024-02-24 09:16:25 +01:00
parent bf78abf2b6
commit eadc2b666e

View file

@ -0,0 +1,22 @@
name: Send markdown
on:
push:
branches:
- main
jobs:
send:
runs-on: docker
steps:
# Setup
- uses: actions/checkout@v4
# Send
- uses: ./action
with:
file: example.md
webhook: ${{ secrets.WEBHOOK_URL }}
storageMethod: webhook
storageWebhookUrl: ${{ secrets.STORAGE_WEBHOOK_URL }}
storageWebhookMessageID: "1209906215602356235"