From 73fa560954c3051ad645eab9e0dc537822a5163f Mon Sep 17 00:00:00 2001 From: Daryl Todosichuk Date: Thu, 24 Oct 2024 09:45:17 -0700 Subject: [PATCH] test 5.5 --- .github/workflows/hotfix-build.yml | 15 ++++++--------- applications/scripts/datafix-ab#005.sql | 3 ++- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/hotfix-build.yml b/.github/workflows/hotfix-build.yml index 215fb4a..5462730 100644 --- a/.github/workflows/hotfix-build.yml +++ b/.github/workflows/hotfix-build.yml @@ -1,22 +1,19 @@ -name: Hotfix - Create PR into main from selected branch or tag +# Create PR into main from selected branch or tag +name: Patch - Hotfix create PR on: workflow_dispatch: inputs: environment: - description: 'Environment' - default: 'main' + description: 'Hotfix - compare: branch' + default: 'dev' required: true type: string pr_title: - description: 'Title for the pull request' + description: 'Hotfix - Title for the pull request' + default: 'Hotfix to Main Release: yyyy-mm-dd' required: true type: string - pr_body: - description: 'Body for the pull request' - required: false - type: string - jobs: create-pr: runs-on: ubuntu-latest diff --git a/applications/scripts/datafix-ab#005.sql b/applications/scripts/datafix-ab#005.sql index f9e4cfa..4b3a11f 100644 --- a/applications/scripts/datafix-ab#005.sql +++ b/applications/scripts/datafix-ab#005.sql @@ -1,4 +1,5 @@ test 1 test 2 test 3 -test 4 \ No newline at end of file +test 4 +test 5 \ No newline at end of file