Skip to content

fix: action path has infixed ./ for local action runs#149

Merged
BakerNet merged 2 commits into
mainfrom
fix/action-path-on-local
Jun 17, 2026
Merged

fix: action path has infixed ./ for local action runs#149
BakerNet merged 2 commits into
mainfrom
fix/action-path-on-local

Conversation

@BakerNet

Copy link
Copy Markdown
Collaborator

Related PR(s)

Related Issue(s)

Summary / Background

@github-actions github-actions Bot requested a review from zbedforrest June 17, 2026 22:57
@github-actions

Copy link
Copy Markdown

Codeowners approval required for this PR:

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request normalizes the GITHUB_ACTION_PATH in action.yml by resolving it via cd and pwd and outputting it as action-path to $GITHUB_OUTPUT for subsequent steps. Feedback on this change highlights a potential silent failure where a command substitution failure inside echo would not trigger set -e, and suggests assigning the resolved path to a local variable first and using cd -- to handle paths starting with hyphens safely.

Comment thread action.yml Outdated
@BakerNet BakerNet merged commit e6cd05c into main Jun 17, 2026
7 of 8 checks passed
@BakerNet BakerNet deleted the fix/action-path-on-local branch June 17, 2026 23:03
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