We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a395e commit b1cacbaCopy full SHA for b1cacba
.github/workflows/nightly-build.yml
@@ -77,7 +77,7 @@ jobs:
77
| sort-by -r created_at | get tag_name?.0? | default ''
78
| parse '{version}-nightly.{build}+{hash}'
79
if ($latest_meta.0?.hash? | default '') == $sha_short {
80
- print $'(ansi g)Latest nightly build is up-to-date, skip creating tag.(ansi reset)'
+ print $'(ansi g)Latest nightly build is up-to-date, skip rebuilding.(ansi reset)'
81
$'skip=true(char nl)' o>> $env.GITHUB_OUTPUT
82
exit 0
83
}
0 commit comments