Skip to content

Commit 397ab6b

Browse files
authored
Merge pull request #92 from ciaran28/main
Bug Fix PR
2 parents de4b3f1 + 590807c commit 397ab6b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/onRelease.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
uses: ./.github/workflows/taskDatabricks.yaml
3535
with:
3636
ENVIRONMENT: Development
37+
RELEASE_BRANCH: 'release/1'
38+
SCRIPT_LANGUAGE: python
39+
DevOps_Agent: GitHub
3740
secrets:
3841
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
3942
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
@@ -57,6 +60,9 @@ jobs:
5760
uses: ./.github/workflows/taskDatabricks.yaml
5861
with:
5962
ENVIRONMENT: UAT
63+
RELEASE_BRANCH: 'release/1'
64+
SCRIPT_LANGUAGE: python
65+
DevOps_Agent: GitHub
6066
secrets:
6167
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
6268
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
@@ -76,6 +82,8 @@ jobs:
7682
with:
7783
ENVIRONMENT: Production
7884
RELEASE_BRANCH: 'release/1'
85+
SCRIPT_LANGUAGE: python
86+
DevOps_Agent: GitHub
7987
secrets:
8088
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
8189
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}

.github/workflows/taskDatabricks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
required: false
1010
type: string
1111
SCRIPT_LANGUAGE:
12-
required: false
13-
type: string
12+
required: false
13+
type: string
1414
DevOps_Agent:
1515
required: true
1616
type: string

0 commit comments

Comments
 (0)