Skip to content

Commit e8799c7

Browse files
authored
chore(ci): actions moved to bcgov org (#759)
1 parent e94a054 commit e8799c7

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/.deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: PR Number
6969
id: pr
7070
if: inputs.tag == ''
71-
uses: bcgov-nr/action-get-pr@v0.0.1
71+
uses: bcgov/action-get-pr@v0.0.1
7272

7373
- name: Vars
7474
id: vars
@@ -95,7 +95,7 @@ jobs:
9595
fi
9696
9797
- name: OpenShift Init
98-
uses: bcgov-nr/action-deployer-openshift@v3.0.1
98+
uses: bcgov/action-deployer-openshift@v3.0.1
9999
with:
100100
oc_namespace: ${{ vars.OC_NAMESPACE }}
101101
oc_server: ${{ vars.OC_SERVER }}
@@ -130,7 +130,7 @@ jobs:
130130
- name: public
131131
overwrite: true
132132
steps:
133-
- uses: bcgov-nr/action-deployer-openshift@v3.0.1
133+
- uses: bcgov/action-deployer-openshift@v3.0.1
134134
with:
135135
file: ${{ matrix.name }}/openshift.deploy.yml
136136
oc_namespace: ${{ vars.OC_NAMESPACE }}

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ ! github.event.pull_request.draft }}
2222
runs-on: ubuntu-24.04
2323
steps:
24-
- uses: bcgov-nr/action-test-and-analyse@v1.2.1
24+
- uses: bcgov/action-test-and-analyse@v1.2.1
2525
with:
2626
commands: |
2727
npm ci

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build_file: public/Dockerfile
3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: bcgov-nr/action-builder-ghcr@v2.3.0
35+
- uses: bcgov/action-builder-ghcr@v2.3.0
3636
with:
3737
package: ${{ matrix.package }}
3838
build_context: ${{ matrix.build_context }}

.github/workflows/pr-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
triggers: ('public/' 'libs/')
3636
steps:
3737
- uses: actions/checkout@v4
38-
- uses: bcgov-nr/action-builder-ghcr@v2.3.0
38+
- uses: bcgov/action-builder-ghcr@v2.3.0
3939
with:
4040
package: ${{ matrix.package }}
4141
build_context: ${{ matrix.build_context }}

0 commit comments

Comments
 (0)