Skip to content

Commit b1a25a4

Browse files
committed
Test
1 parent 2a7ed4a commit b1a25a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/.deployer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ permissions: {}
7676
jobs:
7777
deployer-db:
7878
name: Database
79-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer-db.yml@v0.10.0
79+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.deployer-db.yml@fix/crunchyBranch
8080
secrets:
8181
oc_namespace: ${{ secrets.OC_NAMESPACE }}
8282
oc_token: ${{ secrets.OC_TOKEN }}
83-
# with:
84-
# # environment: ${{ inputs.environment }}
83+
with:
84+
environment: ${{ inputs.environment }}
8585
# triggers: ${{ inputs.triggers }}
8686

8787
deploy:

0 commit comments

Comments
 (0)