Skip to content

Commit a136f9d

Browse files
authored
feat: implement debug logging (#115)
1 parent 1d6cfa9 commit a136f9d

21 files changed

+435
-162
lines changed

.github/workflows/committed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Actions Repository
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
22+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
with:
2424
fetch-depth: 0
2525
- name: Lint Commits
26-
uses: crate-ci/committed@15229711f8f597474c0b636f327cde5969f9a529 #v1.1.7
26+
uses: crate-ci/committed@15229711f8f597474c0b636f327cde5969f9a529 # v1.1.7

.gitleaksignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# go.sum
22
# go.tool.sum
33
go.tool.sum:generic-api-key:60
4+
go.tool.sum:generic-api-key:111

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ You can keep your pinned actions up-to-date using:
222222

223223
These tools will automatically create pull requests to update your pinned SHAs when new versions of actions are released.
224224

225+
## Troubleshooting
226+
227+
`actlock` supports an environment variable `ACTLOCK_DEBUG` being set to `"true"`, `"TRUE"`, `"True"`, or `"1"` to enable verbose logging. Ideally this verbose logging can help you diagnose and understand why something isn't working as expected. If you believe you found a bug, please open an issue. Thank you!
228+
225229
## License
226230

227231
MIT Licensed

0 commit comments

Comments
 (0)