Skip to content

Commit

Permalink
Merge branch 'main' into pr/implement-cbuild-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Nov 10, 2023
2 parents 911a422 + 31bc7de commit 37cd7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Validate results
run: |
if [ "${{ steps.errors.outputs.value}}" = "1" ]; then
echo "💥 Issue(s) detected. Check summary: ${{ github.event.pull_request.head.repo.html_url }}/actions/runs/${{ github.run_id }}"
echo "💥 Issue(s) detected. Check summary: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
exit 1
else
echo "👍 No issues detected."
Expand Down

0 comments on commit 37cd7b6

Please sign in to comment.