Skip to content

Commit

Permalink
ci: sync fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray-D-Song committed Nov 1, 2024
1 parent af0aba3 commit 5e3fa31
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v1
with:
tag_name: v0.1.0-beta.3
tag_name: ${{ github.ref_name }}
files: |
extension.zip
service.zip
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/sync-forks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Sync Forks

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
sync:

runs-on: ubuntu-latest

steps:
- uses: tgymnich/fork-sync@v1.8
with:
owner: ray-d-song
base: main
head: main

0 comments on commit 5e3fa31

Please sign in to comment.