Skip to content

test: ci

test: ci #3

Workflow file for this run

name: testing
on:
push:
branches:
- fix/tx-parser
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "2105893"
username: "whisky"
avatar_url: "https://raw.githubusercontent.com/sidan-lab/brand_assets/0a8b4d17610e85bd6459d04ea99d0d0e9a96ff08/sidan_s_square.png"
content: "||hello world||"
footer_title: "Changelog"
reduce_headings: true