Skip to content

Commit e8799c7

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/.deploy.yml

+3-3
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/[email protected]
71+
uses: bcgov/[email protected]
7272

7373
- name: Vars
7474
id: vars
@@ -95,7 +95,7 @@ jobs:
9595
fi
9696
9797
- name: OpenShift Init
98-
uses: bcgov-nr/[email protected]
98+
uses: bcgov/[email protected]
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/[email protected]
133+
- uses: bcgov/[email protected]
134134
with:
135135
file: ${{ matrix.name }}/openshift.deploy.yml
136136
oc_namespace: ${{ vars.OC_NAMESPACE }}

.github/workflows/analysis.yml

+1-1
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/[email protected]
24+
- uses: bcgov/[email protected]
2525
with:
2626
commands: |
2727
npm ci

.github/workflows/demo.yml

+1-1
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/[email protected]
35+
- uses: bcgov/[email protected]
3636
with:
3737
package: ${{ matrix.package }}
3838
build_context: ${{ matrix.build_context }}

.github/workflows/pr-open.yml

+1-1
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/[email protected]
38+
- uses: bcgov/[email protected]
3939
with:
4040
package: ${{ matrix.package }}
4141
build_context: ${{ matrix.build_context }}

0 commit comments

Comments
 (0)