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