From 0fd37a997cb1850fcbf7755ef2812c80e5275ded Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Thu, 16 May 2024 08:46:05 +0100 Subject: [PATCH 1/2] Auto build --- .github/workflows/auto_build.yml | 21 +++++++++++++++++++ .../audio/checkAudioCodec/1.0.0/index.ts | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/auto_build.yml diff --git a/.github/workflows/auto_build.yml b/.github/workflows/auto_build.yml new file mode 100644 index 000000000..02a84cf8f --- /dev/null +++ b/.github/workflows/auto_build.yml @@ -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"}' \ No newline at end of file diff --git a/FlowPluginsTs/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.ts index 812db93d3..ea5a66817 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.ts @@ -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', }, From 4eedfbb3d29806d089668765ca7eba566185288f Mon Sep 17 00:00:00 2001 From: HaveAGitGat Date: Thu, 16 May 2024 07:48:50 +0000 Subject: [PATCH 2/2] Apply auto-build changes --- .../CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js index 7e44bf93e..6b338ca8b 100644 --- a/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js @@ -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', },