Skip to content

Commit

Permalink
Print debugging info regarding file content
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Apr 10, 2024
1 parent aaf3060 commit 146d415
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-links-in-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
|| echo "failed6=true" >> "$GITHUB_ENV"
continue-on-error: true

- name: Debugging files
run: |
pwd
ls -la
- name: Store reports as artifacts
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.2
with:
Expand Down

0 comments on commit 146d415

Please sign in to comment.