Skip to content

Commit

Permalink
PR from a fork 5
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhVIyer committed Jun 26, 2023
1 parent 4b6395d commit b678e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binder-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
console.log("GitHub Context:", JSON.stringify(github.context, null, 2)); // For debugging
var PR_HEAD_REF = github.context.payload.pull_request.head.ref;
var PR_HEAD_USERREPO = github.context.payload.pull_request.head.repo.full_name;
Expand Down

0 comments on commit b678e2c

Please sign in to comment.