Skip to content

Commit

Permalink
tidy ...
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Jun 12, 2024
1 parent 4093058 commit 4d96298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/gw_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ for pr in $open_pr_list; do
# get the fork information
pr_details=$(gh pr view ${companion_pr} --repo ${workflow_url} --json headRepository,headRepositoryOwner,headRefName)

# Extract the necessary details
# extract the necessary info
fork_owner=$(echo "$pr_details" | jq -r '.headRepositoryOwner.login')
fork_name=$(echo "$pr_details" | jq -r '.headRepository.name')

# Construct the fork URL
workflow_url="https://github.com/$fork_owner/$fork_name.git"

echo "Fork URL: $fork_url"
echo "Fork URL: $workflow_url"
echo "Branch Name: $gdasapp_branch"
fi

Expand Down

0 comments on commit 4d96298

Please sign in to comment.