Skip to content

Commit 5bb9b36

Browse files
committed
'Auto-commit from all.sh'
1 parent 399086a commit 5bb9b36

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828

2929
deploy-dev:
3030
needs: wait-for-workflow
31-
uses: devantler-tech/workflows/.github/workflows/gitops-deploy.yaml@main
31+
uses: devantler-tech/github-actions/.github/workflows/gitops-deploy.yaml@main
3232
secrets: inherit
3333
with:
3434
DEPLOYMENT_ENV: dev
3535

3636
deploy-prod:
3737
if: startsWith(github.ref, 'refs/tags/v')
3838
needs: deploy-dev
39-
uses: devantler-tech/workflows/.github/workflows/gitops-deploy.yaml@main
39+
uses: devantler-tech/github-actions/.github/workflows/gitops-deploy.yaml@main
4040
secrets: inherit
4141
with:
4242
DEPLOYMENT_ENV: prod

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ permissions:
1313

1414
jobs:
1515
release:
16-
uses: devantler-tech/workflows/.github/workflows/release.yaml@main
16+
uses: devantler-tech/github-actions/.github/workflows/release.yaml@main
1717
secrets: inherit

.github/workflows/sync-cluster-policies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: Move to https://github.com/devantler-tech/workflows as a reusable action.
1+
# TODO: Move to https://github.com/devantler-tech/github-actions as a reusable action.
22
name: Sync Cluster Policies
33

44
on:

.github/workflows/sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ permissions:
99

1010
jobs:
1111
sync-labels:
12-
uses: devantler-tech/workflows/.github/workflows/sync-labels.yaml@main
12+
uses: devantler-tech/github-actions/.github/workflows/sync-labels.yaml@main

.github/workflows/todos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88

99
jobs:
1010
todos:
11-
uses: devantler-tech/workflows/.github/workflows/todos.yaml@main
11+
uses: devantler-tech/github-actions/.github/workflows/todos.yaml@main
1212
secrets: inherit

0 commit comments

Comments
 (0)