Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Aug 7, 2024
1 parent fa36aaf commit eb01784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (!pullRequest) {
console.log("Skipping since this is not a pull request");
process.exit(0);
}
const sha = pullRequest.head.sha;
export const sha = pullRequest.head.sha;
const isFork = pullRequest.head.repo.fork;
const prNumber = pullRequest.number;

Expand Down
1 change: 1 addition & 0 deletions docs/src/validate-docs-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
updateCheckStatus,
updateComment,
setFailed,
sha,
} from "./github";

/**
Expand Down

0 comments on commit eb01784

Please sign in to comment.