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 <natew@cncf.io>
  • Loading branch information
nate-double-u committed Aug 22, 2024
1 parent 106ae83 commit 8c78309
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 8c78309

Please sign in to comment.