commit bf78abf2b6992e81c9537574c5e93ea0e6b98b13 Author: Wroclaw Date: Sat Feb 24 09:14:54 2024 +0100 Initial commit diff --git a/.forgejo/woirkflows/send.yml b/.forgejo/woirkflows/send.yml new file mode 100644 index 0000000..38702a7 --- /dev/null +++ b/.forgejo/woirkflows/send.yml @@ -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" \ No newline at end of file diff --git a/example.md b/example.md new file mode 100644 index 0000000..1cc6cb3 --- /dev/null +++ b/example.md @@ -0,0 +1,5 @@ +hi mom! + +# this is a heading + +owo