diff --git a/.github/workflows/sync-fabricv4.yaml b/.github/workflows/sync-fabricv4.yaml index e21368d0..ac1bb08f 100644 --- a/.github/workflows/sync-fabricv4.yaml +++ b/.github/workflows/sync-fabricv4.yaml @@ -39,7 +39,7 @@ jobs: if: ${{ always() && steps.patch.conclusion == 'success' }} run: | make -f Makefile.fabricv4 generate - git add services/fabricv4 + git add equinix/services/fabricv4 echo `git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec'` - name: Create Pull Request id: cpr diff --git a/templates/.github/workflows/sync.yaml b/templates/.github/workflows/sync.yaml index 0f0708be..7ed1b6d6 100644 --- a/templates/.github/workflows/sync.yaml +++ b/templates/.github/workflows/sync.yaml @@ -39,7 +39,7 @@ jobs: if: ${{ always() && steps.patch.conclusion == 'success' }} run: | make -f Makefile.__PACKAGE_NAME__ generate - git add services/__PACKAGE_NAME__ + git add equinix/services/__PACKAGE_NAME__ echo `git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec'` - name: Create Pull Request id: cpr