Skip to content

Commit

Permalink
ci: Test clone releases action
Browse files Browse the repository at this point in the history
  • Loading branch information
EttyKitty authored Dec 26, 2024
1 parent 4ac8abc commit 857352e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gha-clone-releases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Clone Releases
on:
workflow_dispatch:
jobs:
clone:
name: Clone Releases
runs-on: ubuntu-latest
steps:
- name: Run action
uses: andrewthetechie/gha-clone-releases@v1.9.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
src_repo: EttyKitty/ChapterMaster
copy_assets: true

0 comments on commit 857352e

Please sign in to comment.