Skip to content

Commit

Permalink
Changing the default name of the resource group used by the workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 16, 2024
1 parent 76dd8d3 commit 94d2532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
inputs:
ResourceGroup:
description: "Which Resource Group to deploy to"
default: "osdudeveloper-integration"
default: "gh-osdu-developer"
type: string
required: false
region:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Parameter Value Augmentation
id: params
env:
DEFAULTRGNAME: osdudeveloper-integration
DEFAULTRGNAME: gh-osdu-developer
run: |
if [ -z "${{ github.event.inputs.region }}" ]
then
Expand Down

0 comments on commit 94d2532

Please sign in to comment.