Skip to content

Commit

Permalink
Reword
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Jan 4, 2024
1 parent 520d237 commit 1a6e23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,14 @@ jobs:
script: |
const description =
process.env.MOST_RECENT_NIGHTLY ?
process.env.MOST_RECENT_NIGHTLY :
"nightly-" + process.env.MOST_RECENT_NIGHTLY :
"not branched off nightly";
await github.rest.repos.createCommitStatus({
owner: context.repo.owner,
repo: context.repo.repo,
sha: "${{ steps.workflow-info.outputs.sourceHeadSha }}",
state: "success",
context: "Branched off:",
context: "PR branched off:",
description: description,
});
Expand Down

0 comments on commit 1a6e23b

Please sign in to comment.