Skip to content

Commit

Permalink
Missed an " and maybe let's not borrow example.com
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu authored Sep 17, 2024
1 parent f97c92f commit 4df3d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docasaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
steps:
- name: Check for correct run ID
run: |
WEB_CONTENT=$(curl -s https://example.com/gh_action.txt)
WEB_CONTENT=$(curl -s https://pixieditor.net/gh_action.txt)
if [ "$WEB_CONTENT" = "${{ github.run_id }}" ]; then
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 }}'
echo "gotten '$WEB_CONTENT' expected '${{ github.run_id }}'"
exit 1
fi
- name: Audit using Lighthouse
Expand Down

0 comments on commit 4df3d65

Please sign in to comment.