Update main.yml
This commit is contained in:
parent
55dd00d4f7
commit
ebea8e9a0a
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -1,6 +1,13 @@
|
|||||||
name: Sync all branches
|
name: Sync all branches
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
generate-matrix:
|
||||||
|
name: Generate matrix of branches
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
outputs:
|
||||||
|
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||||
steps:
|
steps:
|
||||||
- uses: TobKed/github-forks-sync-action@master
|
- uses: TobKed/github-forks-sync-action@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user