Skip to content

Commit

Permalink
chore(ci): update action org, now bcgov (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 18, 2025
1 parent d37895d commit b8c8c35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# Variables
- if: inputs.tag == ''
id: pr
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]

- id: vars
run: |
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/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
package: [backend, frontend, migrations]
timeout-minutes: 10
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
keep_versions: 50
package: ${{ matrix.package }}
Expand Down

0 comments on commit b8c8c35

Please sign in to comment.