Skip to content

fix: if the input name has a dash the ${{ .inputs.input-name }} syntax doesn't work - #187

Draft
RothAndrew wants to merge 1 commit into
mainfrom
feature/dashes-in-input-names
Draft

fix: if the input name has a dash the ${{ .inputs.input-name }} syntax doesn't work#187
RothAndrew wants to merge 1 commit into
mainfrom
feature/dashes-in-input-names

Conversation

@RothAndrew

@RothAndrew RothAndrew commented Mar 18, 2025

Copy link
Copy Markdown
Member

Description

This isn't so much a fix yet as a TDD-style "make the failing test first". Any maintainer is welcome to take over the PR and add commits to it. I don't have time right now to implement the actual fix.

Related Issue

Fixes #188

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

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.

If the input name has a dash the ${{ .inputs.input-name }} syntax doesn't work

1 participant