1
0
Fork 0

Fix debug logging link (#820) (#822)

Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/823/head
Thomas Boop 2021-05-27 14:15:37 -04:00 committed by GitHub
parent a65bca60a1
commit c507914181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,6 +144,6 @@ Use ECMAScript regular expression syntax when testing patterns.
### File property getting dropped
[Enable debug logging](https://help.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run#enabling-debug-logging) to determine why the file is getting dropped.
[Enable debug logging](https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging) to determine why the file is getting dropped.
This usually happens when the file does not exist or is not under the workflow repo.