Skip to content

Commit

Permalink
Merge pull request #88 from bcgov/dev
Browse files Browse the repository at this point in the history
test 5.5
  • Loading branch information
DarylTodosichuk authored Oct 24, 2024
2 parents 915a66e + 73fa560 commit af9961d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/hotfix-build.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#005.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test 1
test 2
test 3
test 4
test 4
test 5

0 comments on commit af9961d

Please sign in to comment.