Skip to content

Commit

Permalink
Inject repository owner for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 6, 2025
1 parent 00b22a7 commit 1b5006a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Check out samples repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
repository: junit-team/junit5-samples
repository: ${{ github.repository_owner }}/junit5-samples
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 1
- name: Set up JDK
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Check out samples repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
repository: junit-team/junit5-samples
repository: ${{ github.repository_owner }}/junit5-samples
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 1
- name: Set up JDK
Expand Down

0 comments on commit 1b5006a

Please sign in to comment.