Skip to content

Commit 2dbd98b

Browse files
authored
Merge pull request #31 from endlessm/better-logging
Add timestamps to log lines & connect to GitHub Actions debug mode
2 parents 1cbd8cd + 97d579a commit 2dbd98b

File tree

2 files changed

+246
-217
lines changed

2 files changed

+246
-217
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ runs:
2929
run: |
3030
uv run --frozen godoctopus.py
3131
env:
32+
DEBUG: ${{ runner.debug }}
3233
GITHUB_TOKEN: ${{ github.token }}
3334
GITHUB_REPOSITORY: ${{ github.repository }}
3435
WORKFLOW_NAME: ${{ inputs.workflow_name }}

0 commit comments

Comments
 (0)