From 74e41ca8b00c34c15cf3568cb45803668e4addf1 Mon Sep 17 00:00:00 2001 From: Charles Treatman Date: Tue, 17 Sep 2024 16:21:49 -0500 Subject: [PATCH] chore(ci): fix outdated path in Metal sync job --- .github/workflows/sync-metalv1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-metalv1.yaml b/.github/workflows/sync-metalv1.yaml index 58213abf..855b71d5 100644 --- a/.github/workflows/sync-metalv1.yaml +++ b/.github/workflows/sync-metalv1.yaml @@ -40,7 +40,7 @@ jobs: if: ${{ always() && steps.patch.conclusion == 'success' }} run: | make -f Makefile.metalv1 generate - git add services/metalv1 + git add equinix/services/metalv1 echo `git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec'` - name: Create Pull Request id: cpr