Skip to content

Conversation

@jenseng
Copy link
Owner

@jenseng jenseng commented Dec 9, 2025

potentially a simpler way of doing things, no more with json shenanigans:

- uses: jenseng/dynamic-uses@v2
  with:
    # the `uses` input supports expressions 🥳, and determines which dynamic action will run
    uses: actions/setup-node@${{ inputs.version }}
    # any other inputs will be passed along to the dynamic action
    node-version: 18

... though the downside is now we get warnings about Unexpected input(s) for both dynamic-uses and the resolved action, which is not ideal ... might abandon this if i can't find a workaround

@jenseng
Copy link
Owner Author

jenseng commented Dec 10, 2025

closing in favor of #25

@jenseng jenseng closed this Dec 10, 2025
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