Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BarDweller committed Apr 29, 2024
1 parent eff1961 commit 3dda2ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ jobs:
- name: Integration Tests
run: |
if [ ${{ github.event_name }} = 'pull_request' ]; then
REPO_NAME="${{ github.event.pull_request.head.repo.name }}"
REPO_OWNER="${{ github.event.pull_request.head.repo.owner }}"
REPO="${{ github.event.pull_request.head.repo.full_name }}"
REPO_NAME=`echo $REPO | cut -d'/' -f2`
REPO_OWNER=`echo $REPO | cut -d'/' -f1`
SHA="${{ github.event.pull_request.head.sha }}"
else
REPO="$GITHUB_REPOSITORY"
Expand Down

0 comments on commit 3dda2ae

Please sign in to comment.