Skip to content

Commit

Permalink
fix pr url
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <wcchang@infuseai.io>
  • Loading branch information
wcchang1115 committed Apr 25, 2024
1 parent 3fe5c15 commit 7501962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
./e2e-tests/smoke-test.sh
env:
PACKAGES_YAML: ${{ vars.PACKAGES_YAML }}
PR_URL: ${{ github.event.pull_request.url }}
PR_URL: ${{ github.event.pull_request.html_url }}
2 changes: 1 addition & 1 deletion e2e-tests/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo "user_id: 00000000000000000000000000000000" > ~/.recce/profile.yml
echo "anonymous_tracking: false" >> ~/.recce/profile.yml

# Step 4: recce run
recce run --github-pull-request-url https://github.com/DataRecce/jaffle_shop_duckdb
recce run
git_branch=$(cat recce_state.json | jq .git.branch)
pr_url=$(cat recce_state.json | jq .pull_request.url)

Expand Down

0 comments on commit 7501962

Please # to comment.