Merge pull request #634 from HaveAGitGat/auto_build

Auto build
make-only-subtitle-default
HaveAGitGat 2 years ago committed by GitHub
commit 10c6b255aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"}'

@ -4,7 +4,7 @@ exports.plugin = exports.details = void 0;
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
var details = function () { return ({ var details = function () { return ({
name: 'Check Audio Codec', 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: { style: {
borderColor: 'orange', borderColor: 'orange',
}, },

@ -7,7 +7,7 @@ import {
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
const details = ():IpluginDetails => ({ const details = ():IpluginDetails => ({
name: 'Check Audio Codec', 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: { style: {
borderColor: 'orange', borderColor: 'orange',
}, },

Loading…
Cancel
Save