Skip to content

Commit

Permalink
[EJBCLIENT-505] Fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
tadamski committed Jul 21, 2023
1 parent 3388767 commit 6b7af67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: ${{ matrix.jdk-distribution }}
java-version: ${{ matrix.jdk-version }}
- name: Run Tests
run: bash ${GITHUB_WORKSPACE}/.github/workflows/integration.sh ${{github.repository}} ${{github.head_ref}}
run: bash ${GITHUB_WORKSPACE}/.github/workflows/integration.sh ${{github.event.repository.name}} ${{github.head_ref}}
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down

0 comments on commit 6b7af67

Please sign in to comment.