Skip to content

Commit

Permalink
chore: fix wrong var name and add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomaraschini committed Nov 9, 2023
1 parent 9a2603b commit 766f4d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Custom Dependabot
on:
schedule:
# everyday at midnight.
- cron: '0 0 * * *'
jobs:
update-dependencies:
Expand All @@ -11,7 +12,7 @@ jobs:
- name: AdminConsole
run: |
export VERSION=`curl https://api.github.com/repos/replicatedhq/kots-helm/tags | jq -r .[].name | grep -v alpha | head -1 | tr -d v`
sed -i "/^ADMIN_CONSOLE_CHART_VERSION/c\ADMIN_CONSOLE_CHART_NAME = $VERSION" Makefile
sed -i "/^ADMIN_CONSOLE_CHART_VERSION/c\ADMIN_CONSOLE_CHART_VERSION = $VERSION" Makefile
- name: Embedded Cluster Operator
run: |
export VERSION=`curl https://api.github.com/repos/replicatedhq/embedded-cluster-operator/tags | jq -r .[].name | head -1 | tr -d v`
Expand Down

0 comments on commit 766f4d1

Please sign in to comment.