Skip to content

Allow the provided webhook url to include or omit the threadKey param… #73

Allow the provided webhook url to include or omit the threadKey param…

Allow the provided webhook url to include or omit the threadKey param… #73

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