Skip to content

Commit 2c5917b

Browse files
authored
chore(ci): actions moved to bcgov org (#407)
1 parent e27698f commit 2c5917b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-open.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write
2020
steps:
2121
- name: PR Greeting
22-
uses: bcgov-nr/action-pr-description-add@v1.2.0
22+
uses: bcgov/action-pr-description-add@v1.2.0
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
add_markdown: |
@@ -44,7 +44,7 @@ jobs:
4444
package: [api, frontend, database]
4545
steps:
4646
- uses: actions/checkout@v4
47-
- uses: bcgov-nr/action-builder-ghcr@v2.3.0
47+
- uses: bcgov/action-builder-ghcr@v2.3.0
4848
with:
4949
package: ${{ matrix.package }}
5050
tag: ${{ github.sha }}

0 commit comments

Comments
 (0)