mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Fix bash script
This commit is contained in:
parent
b7d983cc78
commit
0a6deda1c7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
|
@ -299,3 +299,5 @@ jobs:
|
|||
expected="https://my.github-enterprise-server.com/api/v3/"
|
||||
if [[ "${{steps.base-url-env.outputs.result}}" != "$expected" ]]; then
|
||||
echo $'::error::\u274C' "Expected base-url to equal '$expected', got ${{steps.base-url-env.outputs.result}}"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue