Skip to content

Support webhook urls with missing threadkey parameter #74

Support webhook urls with missing threadkey parameter

Support webhook urls with missing threadkey parameter #74

Workflow file for this run

name: Build Rust
on: [push, pull_request]
jobs:
build:
name: Build Rust
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hecrj/[email protected]
with:
rust-version: 1.58
- name: Build
run: cargo build