Skip to content

Commit

Permalink
some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed Feb 27, 2024
1 parent 007ff27 commit cd84105
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/openshift-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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
Expand Down Expand Up @@ -79,10 +79,10 @@ jobs:
EOF
- name: Open pull request
uses: peter-evans/create-pull-request@v4.2.3
uses: peter-evans/create-pull-request@v6.0.0
with:
token: "bsdkjfdslkjf;sdlkjf"
push-to-fork: coreosbot-releng/os
token: ${{ secrets.COREOSBOT_RELENG_TOKEN }}
push-to-fork: jbtrystram/openshift-os
branch: ${{ env.BRANCH_NAME }}
base: ${{ env.TARGET_BRANCH }}
commit-message: |
Expand Down

0 comments on commit cd84105

Please sign in to comment.