Skip to content

Commit

Permalink
API
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Jan 4, 2024
1 parent ac22a80 commit b5ea760
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@ jobs:
uses: actions/github-script@v6
with:
script: |
await github.rest.status.create({
await github.rest.repos.createCommitStatus({
owner: context.repo.owner,
repo: context.repo.repo,
sha: "${{ steps.workflow-info.outputs.sourceHeadSha }}",
name: "PR release",
state: "success",
description: "`${{ github.repository_owner }}/lean4-pr-releases:pr-release-${{ steps.workflow-info.outputs.pullRequestNumber }}`",
});
Expand Down

0 comments on commit b5ea760

Please sign in to comment.