Skip to content

Commit

Permalink
Merge branch 'release/1.0.1' into CE-1385-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox authored Jan 20, 2025
2 parents 478094f + c03cdf1 commit 4569231
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.dbdeployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: "4.14.37"
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
id: triggers
with:
triggers: ${{ inputs.triggers }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- dir: frontend
token: SONAR_TOKEN_FRONTEND
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
commands: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Get PR number for squash merges to main
- name: PR Number
id: pr
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]

# https://github.com/bcgov/quickstart-openshift-helpers
deploy-hotfix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true

jobs:
# https://github.com/bcgov-nr/action-builder-ghcr
# https://github.com/bcgov/action-builder-ghcr
builds:
name: Builds
runs-on: ubuntu-22.04
Expand All @@ -25,7 +25,7 @@ jobs:
package: [backend, frontend, migrations, webeoc]
timeout-minutes: 10
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
Expand Down

0 comments on commit 4569231

Please sign in to comment.