diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0bf8c99..6d19f6b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,13 +1,11 @@ name: Sync all branches on: workflow_dispatch: - jobs: - - generate-matrix: - name: Generate matrix of branches +jobs: + update_external_airflow_fork: runs-on: ubuntu-latest - outputs: - matrix: ${{ steps.set-matrix.outputs.matrix }} + steps: + - uses: TobKed/github-forks-sync-action@master steps: - uses: TobKed/github-forks-sync-action@master with: