File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' *'
7- workflow_dispatch : {}
7+ workflow_dispatch :
88
99jobs :
1010 deploy :
2424 tag_with_ref : true
2525 add_git_labels : true
2626 always_pull : true
27- push : ${{ startsWith(github.ref, 'refs/tags/') }}
27+ push : ${{ startsWith(github.ref, 'refs/tags/') }}
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ A GitHub Action for syncing the current repository using **force push**.
2222on:
2323 schedule:
2424 - cron: "*/15 * * * *"
25+ workflow_dispatch:
26+
2527jobs:
2628 repo-sync:
2729 runs-on: ubuntu-latest
3032 with:
3133 persist-credentials: false
3234 - name: repo-sync
33- uses: docker://ghcr.io/ repo-sync/github-sync@v2
35+ uses: repo-sync/github-sync@v2
3436 with:
3537 source_repo: ""
3638 source_branch: ""
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ inputs:
1919 required : true
2020runs :
2121 using : ' docker'
22- image : ' Dockerfile '
22+ image : docker://ghcr.io/repo-sync/github-sync:v2
2323 env :
2424 GITHUB_TOKEN : ${{ inputs.github_token }}
2525 args :
You can’t perform that action at this time.
0 commit comments