Delete .github/workflows/sync-fork.yml
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
name: Sync fork
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
# Daily at 4:24am
|
|
||||||
- cron: "24 4 * * *"
|
|
||||||
workflow_dispatch: {}
|
|
||||||
jobs:
|
|
||||||
sync:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
|
||||||
- run: gh repo sync actions/maven-dependency-submission-action -b main
|
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ github.token }}
|
|
||||||
Reference in New Issue
Block a user