Skip to content

test: ci

test: ci #2

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/[email protected]
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"
footer_icon_url: "https://raw.githubusercontent.com/sidan-lab/brand_assets/0a8b4d17610e85bd6459d04ea99d0d0e9a96ff08/sidan_s_square.png"
footer_timestamp: true
max_description: "4096"
reduce_headings: true