Skip to content

Commit

Permalink
add action to chrome branch
Browse files Browse the repository at this point in the history
trying to satsify github so it stops throwing errors
  • Loading branch information
ellielle committed May 3, 2024
1 parent 42b96ed commit 724fd7d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/copy.yml
Original file line number Diff line number Diff line change
@@ -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/*

0 comments on commit 724fd7d

Please sign in to comment.