From 3e88ae2d38b16c972c5af4fb448618767fa8d610 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Mon, 16 Jan 2023 10:31:43 +0100 Subject: [PATCH] fix: Update target branch from main to master (#2161) --- .github/workflows/publish-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml index b2953943..915734ba 100644 --- a/.github/workflows/publish-chart.yaml +++ b/.github/workflows/publish-chart.yaml @@ -123,7 +123,7 @@ jobs: env: CHART_TARGET_ORG: actions-runner-controller CHART_TARGET_REPO: actions-runner-controller.github.io - CHART_TARGET_BRANCH: main + CHART_TARGET_BRANCH: master steps: - name: Checkout