Skip to content

Commit 3a9742d

Browse files
committed
feat: use banjo-action
1 parent f300c49 commit 3a9742d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
_:
9-
uses: toggle-corp/toggle-django-action/.github/workflows/pipeline.yml@v0.1.0-dev0
9+
uses: toggle-corp/banjo-action/.github/workflows/pipeline.yml@v0.1.0-dev0
1010
with:
1111
# Job: Pre-commit
1212
pre_commit__apt_packages: "gdal-bin libgdal-dev"

.github/workflows/helm-publish.yml

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

1010
jobs:
1111
_:
12-
uses: toggle-corp/toggle-django-action/.github/workflows/pipeline.yml@v0.1.0-dev0
12+
uses: toggle-corp/banjo-action/.github/workflows/pipeline.yml@v0.1.0-dev0
1313
with:
1414
# -- Same as validate
1515
# Job: Pre-commit

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sources:
77
- https://github.com/IFRCGo/go-risk-module-api
88

99
dependencies:
10-
- name: toggle-django-helm
10+
- name: toggle-django-helm # TODO: Migrate to banjo-helm
1111
alias: app
1212
version: 0.2.5
1313
repository: oci://ghcr.io/toggle-corp

0 commit comments

Comments
 (0)