Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dey4ss committed Sep 10, 2024
1 parent cf66f10 commit 6622ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
# Node.js version. Thus, we have to checkout the code manually.
run: |
echo "REPO_URL=$(awk -v a=${github.event.pull_request.head.repo.clone_url} -v b=${github.repositoryUrl} 'BEGIN { if (a == "") { print b } else { print a } }')" >> $GITHUB_ENV
echo $GITHUB_ENV
echo $REPO_URL
apt-get update
apt-get install -y git
Expand Down

0 comments on commit 6622ef1

Please sign in to comment.