Update update-main-source.yml

pull/1012/head
Adam Pickering 2024-04-18 12:01:28 -06:00
parent 7ea9261f50
commit 3afd7108bd
1 changed files with 2 additions and 1 deletions

View File

@ -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