From b569125ce8f116a0d5030044b38a05b34dafe3b1 Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Wed, 28 Feb 2024 14:17:09 +0100 Subject: [PATCH] test on jbtrystram fork --- .github/workflows/openshift-os.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openshift-os.yml b/.github/workflows/openshift-os.yml index 8e23144b71..a74fbe36be 100644 --- a/.github/workflows/openshift-os.yml +++ b/.github/workflows/openshift-os.yml @@ -59,7 +59,7 @@ jobs: - name: Check out repository uses: actions/checkout@v3 with: - repository: openshift/os + repository: jbtrystram/openshift-os # We need an unbroken commit chain when pushing to the fork. Don't # make assumptions about which commits are already available there. fetch-depth: 0 @@ -101,7 +101,7 @@ jobs: uses: peter-evans/create-pull-request@v6.0.0 with: token: ${{ secrets.COREOSBOT_RELENG_TOKEN }} - push-to-fork: coreosbot-releng/os + push-to-fork: jbtrystram/openshift-os branch: ${{ env.BRANCH_NAME }} base: ${{ env.TARGET_BRANCH }} commit-message: |