Update update-main-source.yml
parent
3afd7108bd
commit
686affaecf
|
@ -12,7 +12,6 @@ jobs:
|
||||||
id-token: write
|
id-token: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Configure git
|
- name: Configure git
|
||||||
run: |
|
run: |
|
||||||
|
@ -33,17 +32,12 @@ jobs:
|
||||||
app-id: ${{ env.APP_ID }}
|
app-id: ${{ env.APP_ID }}
|
||||||
private-key: ${{ env.PRIVATE_KEY }}
|
private-key: ${{ env.PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Update main-source branch
|
- uses: actions/checkout@v4
|
||||||
env:
|
with:
|
||||||
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
token: ${{ steps.app-token.outputs.token }}
|
||||||
run: |
|
|
||||||
test -n "${{ steps.app-token.outputs.token }}"
|
|
||||||
test -n "$GITHUB_TOKEN"
|
|
||||||
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"
|
|
||||||
|
|
||||||
|
- name: Update main-source branch
|
||||||
|
run: |
|
||||||
scripts/pull-ci-scripts
|
scripts/pull-ci-scripts
|
||||||
bin/partner-charts-ci auto
|
bin/partner-charts-ci auto
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue