Skip to content

feat(worker): log when CUSTOM_ACTIONS_RESULTS_URL override is set - #4

Merged
LouisHaftmann merged 1 commit into
mainfrom
feat/log-custom-results-url
Sep 13, 2026
Merged

LouisHaftmann merged 1 commit into
mainfrom
feat/log-custom-results-url

Conversation

@LouisHaftmann

Copy link
Copy Markdown

When CUSTOM_ACTIONS_RESULTS_URL is set, the "Set up job" step now prints:

Current runner version: '2.337.0'
Using custom Actions results URL: 'http://cache-server:3000/'

Before this, the override applied with no visible sign in the job log, which made setups like falcondev-oss/github-actions-cache-server#265 hard to debug.

The check matches the one in NodeScriptActionHandler and ContainerActionHandler (same env var, same empty check, same worker process), so the line appears exactly when the override is applied.

Verification

  • ./dev.sh build: passes
  • dotnet test --filter JobExtensionL0: 34 passed

🤖 Generated with Claude Code

Print the override in the "Set up job" log so users can see the runner
applied it.

Refs falcondev-oss/github-actions-cache-server#265

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant