Skip to content

Commit

Permalink
chore(ci): actions org (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 20, 2025
1 parent cfea394 commit b4508da
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/example_workflows/issue-todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
automate-project-columns:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: alex-page/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/example_workflows/issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
automate-project-columns:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: alex-page/[email protected]
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
continue-on-error: true
steps:
- name: Run tests
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
commands: |
npm ci
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploys
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
file: .github/openshift/deploy.database.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand All @@ -98,7 +98,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploys
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
file: .github/openshift/deploy.backend.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploys
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
file: .github/openshift/deploy.database.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand All @@ -161,7 +161,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploys
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
file: .github/openshift/deploy.backend.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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 @@ -100,7 +100,7 @@ jobs:
uses: actions/checkout@v4

- name: Build Image
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
build_context: ./backend
build_file: ./backend/Dockerfile
Expand All @@ -119,7 +119,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploys
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
file: .github/openshift/deploy.database.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand All @@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@v4

- name: Deploys
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
file: .github/openshift/deploy.backend.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Test app
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
commands: |
npm ci
Expand Down

0 comments on commit b4508da

Please sign in to comment.