Update main.yml

This commit is contained in:
woshishiq1 2022-09-20 13:35:53 +08:00 committed by GitHub
parent 55dd00d4f7
commit ebea8e9a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,13 @@
name: Sync all branches
on:
workflow_dispatch:
jobs:
generate-matrix:
name: Generate matrix of branches
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: TobKed/github-forks-sync-action@master
with: