Update update-main-source.yml
parent
7ea9261f50
commit
3afd7108bd
|
@ -42,6 +42,7 @@ jobs:
|
||||||
test -n "${{ env.GITHUB_TOKEN }}"
|
test -n "${{ env.GITHUB_TOKEN }}"
|
||||||
test "$GITHUB_TOKEN" = "${{ steps.app-token.outputs.token }}"
|
test "$GITHUB_TOKEN" = "${{ steps.app-token.outputs.token }}"
|
||||||
test "${{ env.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
|
scripts/pull-ci-scripts
|
||||||
bin/partner-charts-ci auto
|
bin/partner-charts-ci auto
|
||||||
|
@ -49,5 +50,5 @@ jobs:
|
||||||
# exit if there are no changes
|
# exit if there are no changes
|
||||||
git diff --quiet origin/main-source main-source && exit 0
|
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
|
# git remote set-url origin https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/rancher/partner-charts
|
||||||
|
|
Loading…
Reference in New Issue