Skip to content

fix: Correctly pass inputs to github-script actions#15

Merged
fnesveda merged 1 commit into
mainfrom
fix/correctly-pass-inputs-to-actions
May 18, 2026
Merged

fix: Correctly pass inputs to github-script actions#15
fnesveda merged 1 commit into
mainfrom
fix/correctly-pass-inputs-to-actions

Conversation

@fnesveda
Copy link
Copy Markdown
Member

Scripts called through the github-script action cannot read the action inputs through core.getInput() (a long-standing GitHub Actions problem). This fixes it by passing the inputs down through environment variables (same as we were originally doing it in the signed-commit action.

@fnesveda fnesveda merged commit 345a1cd into main May 18, 2026
3 checks passed
@fnesveda fnesveda deleted the fix/correctly-pass-inputs-to-actions branch May 18, 2026 10:53
fnesveda pushed a commit that referenced this pull request May 18, 2026
🤖 I have created a release *beep* *boop*
---


## [1.1.2](v1.1.1...v1.1.2)
(2026-05-18)


### Bug Fixes

* Correctly pass inputs to `github-script` actions
([#15](#15))
([345a1cd](345a1cd))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.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.

2 participants