Skip to content

Commit

Permalink
Output run id on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu authored Sep 17, 2024
1 parent d344b29 commit f97c92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docasaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
echo "gh action file matches the run ID."
else
echo "gh action file does not match the run ID."
echo "gotten '$WEB_CONTENT' expected '${{ github.run_id }}'
exit 1
fi
- name: Audit using Lighthouse
Expand Down

0 comments on commit f97c92f

Please sign in to comment.