mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Auto build
This commit is contained in:
parent
cf60dec27b
commit
0fd37a997c
2 changed files with 22 additions and 1 deletions
21
.github/workflows/auto_build.yml
vendored
Normal file
21
.github/workflows/auto_build.yml
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
Auto Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x]
|
||||
os:
|
||||
[
|
||||
["ubuntu-20.04"],
|
||||
]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Trigger
|
||||
run: curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/HaveAGitGat/tdarr_docs/actions/workflows/build_plug_docs.yml/dispatches --data '{"ref": "main"}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue