Skip to content

Commit

Permalink
update refs to use new actions location (remembering the worflow file…
Browse files Browse the repository at this point in the history
…s themselves this time)
  • Loading branch information
cziaarm committed Jan 14, 2025
1 parent 29546a5 commit 1312387
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.6
uses: notch8/actions/.github/workflows/build.yaml@v0.0.6
secrets: inherit
with:
platforms: "linux/amd64"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-lint-test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.13
uses: notch8/actions/.github/workflows/build.yaml@v0.0.13
secrets: inherit
with:
platforms: "linux/amd64"
Expand All @@ -26,7 +26,7 @@ jobs:
workerTarget: hyku-worker
test:
needs: build
uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.13
uses: notch8/actions/.github/workflows/test.yaml@v0.0.13
lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.13
uses: notch8/actions/.github/workflows/lint.yaml@v0.0.13
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
call-workflow:
uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.6
uses: notch8/actions/.github/workflows/deploy.yaml@v0.0.6
with:
k8s-release-name: hyku-${{ inputs.environment }}
k8s-namespace: ${{ inputs.environment }}
Expand Down

0 comments on commit 1312387

Please sign in to comment.