From 3afd7108bdd137800be37d2e72dd0a3d13dea5f4 Mon Sep 17 00:00:00 2001 From: Adam Pickering Date: Thu, 18 Apr 2024 12:01:28 -0600 Subject: [PATCH] Update update-main-source.yml --- .github/workflows/update-main-source.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-main-source.yml b/.github/workflows/update-main-source.yml index 8010957e0..4764f5f5a 100644 --- a/.github/workflows/update-main-source.yml +++ b/.github/workflows/update-main-source.yml @@ -42,6 +42,7 @@ jobs: test -n "${{ env.GITHUB_TOKEN }}" test "$GITHUB_TOKEN" = "${{ steps.app-token.outputs.token }}" test "${{ env.GITHUB_TOKEN }}" = "${{ steps.app-token.outputs.token }}" + test "this does not equal" = "this" scripts/pull-ci-scripts bin/partner-charts-ci auto @@ -49,5 +50,5 @@ jobs: # exit if there are no changes git diff --quiet origin/main-source main-source && exit 0 - # git push origin main-source + git push origin main-source # git remote set-url origin https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/rancher/partner-charts