Skip to content

Commit

Permalink
Merge pull request #634 from HaveAGitGat/auto_build
Browse files Browse the repository at this point in the history
Auto build
  • Loading branch information
HaveAGitGat authored May 16, 2024
2 parents cf60dec + 4eedfbb commit 10c6b25
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
@@ -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"}'
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports.plugin = exports.details = void 0;
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
var details = function () { return ({
name: 'Check Audio Codec',
description: 'Check if a file has a specific audio codec',
description: 'Check if a file has a specific audio codec.',
style: {
borderColor: 'orange',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
const details = ():IpluginDetails => ({
name: 'Check Audio Codec',
description: 'Check if a file has a specific audio codec',
description: 'Check if a file has a specific audio codec.',
style: {
borderColor: 'orange',
},
Expand Down

0 comments on commit 10c6b25

Please sign in to comment.