Skip to content

Commit

Permalink
Fix bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed Nov 16, 2023
1 parent b7d983c commit 0a6deda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a6deda

Please sign in to comment.