From 38e71e4482042b243a6d6cfd9a2712a4c04dfcd8 Mon Sep 17 00:00:00 2001 From: Tomasz Tutka Date: Thu, 15 Feb 2024 12:03:02 +0100 Subject: [PATCH] up#2 --- .github/workflows/sync_sdk_with_new_api_spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_sdk_with_new_api_spec.yml b/.github/workflows/sync_sdk_with_new_api_spec.yml index a428b4bb..152c0df0 100644 --- a/.github/workflows/sync_sdk_with_new_api_spec.yml +++ b/.github/workflows/sync_sdk_with_new_api_spec.yml @@ -46,7 +46,7 @@ jobs: sed -i 's,${{ steps.spec_versions.outputs.api_spec_line }},'"$VERSION_UPDATE"',' Makefile make generate git commit -m 'sync: fetch ${{ steps.date.outputs.date }} spec and apply patches' *.json - git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} equinix-openapi-fabric + git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} apply equinix-openapi-fabric - name: Create Pull Request id: cpr