Skip to content

Commit a9152a1

Browse files
committed
chore: use workflow command for error
1 parent 83f986f commit a9152a1

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ jobs:
9292
# shape of the tags, which is `v#.#.#`. Any other shape we will assume is a test
9393
# branch.
9494
cat resources/.bootstrap-required-version | grep -qP '^v\d+\.\d+\.\d+$' || (
95-
echo "This branch cannot be merged, because resources/.bootstrap-required-version "
96-
echo "references '$(cat resources/.bootstrap-required-version)', which does not"
97-
echo "appear to be a published tag -- is it a test branch?"
95+
echo "::error file=resources/.bootstrap-required-version,line=1,col=1::This branch cannot be merged, because resources/.bootstrap-required-version references \`$(cat resources/.bootstrap-required-version)\`, which does not appear to be a published tag -- is it a test branch?"
9896
exit 1
9997
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
feat/linkinator-and-central-test-script
1+
v1.0.14

0 commit comments

Comments
 (0)