Skip to content

Commit

Permalink
test 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 24, 2024
1 parent c2a270d commit 73fa560
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 73fa560

Please sign in to comment.