From c32a0896c449ee90f89bd0c76f5cbcc5a1d71103 Mon Sep 17 00:00:00 2001 From: maxi297 Date: Thu, 2 Mar 2023 15:37:15 -0500 Subject: [PATCH] [ISSUE #22485] trying to modify files --- .github/workflows/test_create_platform_pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_create_platform_pr.yml b/.github/workflows/test_create_platform_pr.yml index a15f16976c24..875bfe50758f 100644 --- a/.github/workflows/test_create_platform_pr.yml +++ b/.github/workflows/test_create_platform_pr.yml @@ -13,6 +13,8 @@ jobs: with: repository: airbytehq/airbyte-platform token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }} + - name: Update CDK version + run: echo "This is a test" > airbyte-connector-builder-server/CDK_VERSION - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: @@ -22,3 +24,4 @@ jobs: body: This is an automatically generated PR triggered by a CDK release branch: automatic-cdk-release base: main + delete-branch: true