Skip to content

Commit

Permalink
chore(ci): actions moved to bcgov org
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 19, 2025
1 parent 9ca8df6 commit cbdf364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: PR Greeting
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_markdown: |
Expand All @@ -44,7 +44,7 @@ jobs:
package: [api, frontend, database]
steps:
- uses: actions/checkout@v4
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
package: ${{ matrix.package }}
tag: ${{ github.sha }}
Expand Down

0 comments on commit cbdf364

Please sign in to comment.