Skip to content

Commit

Permalink
[ISSUE #22485] trying to modify files
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 committed Mar 2, 2023
1 parent 05ec761 commit c32a089
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_create_platform_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit c32a089

Please sign in to comment.