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 361836e commit 39113f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
with:
result-encoding: string
script: |
const { owner, repo, sha } = context.issue;
const sha = github.sha;
const { owner, repo } = context.issue;
const status = await github.request(`POST /repos/${owner}/${repo}/statuses/${sha}`, {
owner,
repo,
Expand Down

0 comments on commit 39113f2

Please sign in to comment.