From a5c4698083e2f9098769cfe9fa8cb9d4f2b83560 Mon Sep 17 00:00:00 2001 From: Thomas Ferrandiz Date: Tue, 3 Dec 2024 16:49:37 +0000 Subject: [PATCH] test values --- .github/workflows/updatecli.yml | 4 ++-- updatecli/scripts/create-issue.sh | 2 +- updatecli/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index 2a47fa725..0674da7eb 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -16,7 +16,7 @@ jobs: updatecli: runs-on: ubuntu-latest # if you want to testupdatecli on another branch, you also need to modify updatecli/values.yaml - if: ${{github.ref == 'refs/heads/main-source' && github.repository == 'rancher/rke2-charts'}} + # if: ${{github.ref == 'refs/heads/main-source' && github.repository == 'rancher/rke2-charts'}} steps: - name: Checkout uses: actions/checkout@v4 @@ -35,7 +35,7 @@ jobs: with: app-id: ${{ secrets.CREATE_ISSUE_APP_ID }} private-key: ${{ secrets.CREATE_ISSUE_PRIVATE_KEY }} - owner: rancher + owner: thomasferrandiz repositories: | rke2 diff --git a/updatecli/scripts/create-issue.sh b/updatecli/scripts/create-issue.sh index 3a3136179..b3eb271bf 100644 --- a/updatecli/scripts/create-issue.sh +++ b/updatecli/scripts/create-issue.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -TARGET_REPOSITORY="rancher/rke2" +TARGET_REPOSITORY="thomasferrandiz/rke2" BODY="Url of the failed run: ${UPDATECLI_GITHUB_WORKFLOW_URL}" report-error() { diff --git a/updatecli/values.yaml b/updatecli/values.yaml index e91c619be..2efdc14b4 100644 --- a/updatecli/values.yaml +++ b/updatecli/values.yaml @@ -4,5 +4,5 @@ github: username: "UPDATECLI_GITHUB_ACTOR" token: "UPDATECLI_GITHUB_TOKEN" repository: "rke2-charts" - branch: "main-source" - owner: "rancher" + branch: "create-issue-updatecli-fail" + owner: "thomasferrandiz"