Diff between e06ed62241c49436066591ee7ec683c5605dd63b and 2d98e08d2f01dd450123ec3a4790dba9495d24ab

Changed Files

File Additions Deletions Status
.github/workflows/sync.yml +14 -11 modified

Full Patch

diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml
index 783e236..cfc5853 100644
--- a/.github/workflows/sync.yml
+++ b/.github/workflows/sync.yml
@@ -16,6 +16,19 @@ jobs:
         dest_branch: 'master'
         secret_token: ${{ secrets.ACTION_TOKEN }}
 
+  workflow:
+    needs: bluez
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v2
+    - uses: bluez/action-sync-repo@master
+      with:
+        src_repo: 'https://github.com/bluez/bluez.git'
+        src_branch: 'master'
+        dest_repo: 'bluez/bluez'
+        dest_branch: 'workflow'
+        secret_token: ${{ secrets.ACTION_TOKEN }}
+
   bluetooth-next:
     needs: bluez
     runs-on: ubuntu-latest
@@ -29,7 +42,7 @@ jobs:
         secret_token: ${{ secrets.ACTION_TOKEN }}
 
   patchwork:
-    needs: bluez
+    needs: workflow
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v3
@@ -40,16 +53,6 @@ jobs:
         task: cleanup
         github_token: ${{ secrets.ACTION_TOKEN }}
 
-    - name: Sync Workflow
-    - uses: bluez/action-sync-repo@master
-      with:
-        task: workflow
-        src_repo: 'https://github.com/bluez/bluez.git'
-        src_branch: 'master'
-        dest_repo: 'bluez/bluez'
-        dest_branch: 'workflow'
-        secret_token: ${{ secrets.ACTION_TOKEN }}
-
     - name: Sync Patchwork
       uses: tedd-an/bzcafe@main
       with: