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 03bca55 commit 4873d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
result-encoding: string
script: |
const sha = github.sha;
console.log(context.issue, github);
const sha = "${GITHUB_SHA}";
console.log(sha, github.rest.repos);
const { owner, repo } = context.issue;
const status = await github.request(`POST /repos/${owner}/${repo}/statuses/${sha}`, {
owner,
Expand Down

0 comments on commit 4873d98

Please sign in to comment.