From d5fd1c262eaff76b647c2da094f7ed3723dd4c52 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 4 May 2024 20:23:54 +1000 Subject: [PATCH] a --- .github/workflows/plugin-updater.yml | 5 +++-- ...mponents.js => flow-launcher-docs-web-components.js-BLAH} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename webcomponents/dist/{flow-launcher-docs-web-components.js => flow-launcher-docs-web-components.js-BLAH} (100%) diff --git a/.github/workflows/plugin-updater.yml b/.github/workflows/plugin-updater.yml index 1464c8e..67a913b 100644 --- a/.github/workflows/plugin-updater.yml +++ b/.github/workflows/plugin-updater.yml @@ -4,7 +4,8 @@ on: workflow_dispatch: push: branches: - - main + # - main + - fix_plugin_updater paths: - webcomponents/**.js - webcomponents/**.ts @@ -47,7 +48,7 @@ jobs: pwd ls dist - + git config --local user.name "github-actions[bot]" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git add dist diff --git a/webcomponents/dist/flow-launcher-docs-web-components.js b/webcomponents/dist/flow-launcher-docs-web-components.js-BLAH similarity index 100% rename from webcomponents/dist/flow-launcher-docs-web-components.js rename to webcomponents/dist/flow-launcher-docs-web-components.js-BLAH