From 724fd7d01bb642bae2a28b044215544de01df3c7 Mon Sep 17 00:00:00 2001 From: ellielle <40385743+ellielle@users.noreply.github.com> Date: Fri, 3 May 2024 13:46:21 -0400 Subject: [PATCH] add action to chrome branch trying to satsify github so it stops throwing errors --- .github/workflows/copy.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/copy.yml diff --git a/.github/workflows/copy.yml b/.github/workflows/copy.yml new file mode 100644 index 0000000..9bc535c --- /dev/null +++ b/.github/workflows/copy.yml @@ -0,0 +1,21 @@ +name: Copy + +on: + workflow_dispatch: +jobs: + copy: + name: Copy common files between Firefox and Chrome repos + runs-on: ubuntu-latest + + steps: + - name: CopyCat + uses: andstor/copycat-action@v3 + with: + personal_token: ${{ secrets.PERSONAL_TOKEN }} + src_path: /. + dst_path: /. + dst_owner: ellielle + dst_repo_name: gw2-wiki-dark + dst_branch: chrome + src_branch: main + exclude: */manifest.json/*