Skip to content

Commit

Permalink
fix(): Test
Browse files Browse the repository at this point in the history
  • Loading branch information
n0th1ng-else committed Mar 23, 2024
1 parent 4873d98 commit 3ca8f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
result-encoding: string
script: |
const sha = "${GITHUB_SHA}";
console.log(sha, github.rest.repos);
console.log(context.sha, github.rest.repos.statuses);
const { owner, repo } = context.issue;
const status = await github.request(`POST /repos/${owner}/${repo}/statuses/${sha}`, {
owner,
Expand Down

0 comments on commit 3ca8f9a

Please sign in to comment.