Skip to content

Commit

Permalink
test values
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Dec 3, 2024
1 parent a4814dc commit a5c4698
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion updatecli/scripts/create-issue.sh
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down
4 changes: 2 additions & 2 deletions updatecli/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a5c4698

Please sign in to comment.