File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ permissions:
1313
1414jobs :
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
Original file line number Diff line number Diff line change 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.
22name : Sync Cluster Policies
33
44on :
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ permissions:
99
1010jobs :
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
Original file line number Diff line number Diff line change 88
99jobs :
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
You can’t perform that action at this time.
0 commit comments