Skip to content

Commit

Permalink
updating run command in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nate W <[email protected]>
  • Loading branch information
nate-double-u authored and chalin committed Aug 29, 2024
1 parent 61bd35d commit 7e994f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with: { name: build-log-etc }
- run: cat tmp/build-log.txt
- run: scripts/check-build-log.sh
- run: |
cat tmp/build-log.txt
scripts/check-build-log.sh

0 comments on commit 7e994f6

Please sign in to comment.