Skip to content

Commit

Permalink
debug where the error is 1
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Mar 26, 2024
1 parent 4811a68 commit 3edbad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fetch_sha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
if (!context.payload.issue.pull_request) {
return context.sha;
};
return "I am here";
const { data: pr } = await github.rest.pulls.get({
owner: context.issue.owner,
repo: context.issue.repo,
Expand Down

0 comments on commit 3edbad0

Please sign in to comment.