Skip to content

Commit

Permalink
use a different action for copying
Browse files Browse the repository at this point in the history
  • Loading branch information
ellielle committed May 3, 2024
1 parent 8cfb109 commit 13ad54d
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Copy to Branches Action
uses: planetoftheweb/copy-to-branches@v1
env:
key: main
exclude: manifest.json
files: README.md ./src ./github
- 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 13ad54d

Please sign in to comment.