From c0db8cea77924d3266859211647fff7edd7a774d Mon Sep 17 00:00:00 2001 From: woshishiq1 <90903172+woshishiq1@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:38:12 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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: