Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ci: only input for action #65

Closed
leodido opened this issue Jun 25, 2024 · 0 comments · Fixed by #67
Closed

Support ci: only input for action #65

leodido opened this issue Jun 25, 2024 · 0 comments · Fixed by #67
Labels
enhancement New feature or request

Comments

@leodido
Copy link
Member

leodido commented Jun 25, 2024

Describe the feature or problem you’d like to solve

I want the action to run even when the repo doesn't contain a package-lock.json or a poetry.lock.

Proposed solution

Make the only value valid for the ci input.

End result:

steps:
  - uses: listendev/[email protected]
    with:
      ci: only
      jwt: ${{ secrets.MY_LISTENDEV_JWT }}

Additional context

NONE

@leodido leodido added the enhancement New feature or request label Jun 25, 2024
@leodido leodido changed the title Support ci: only input for action Support ci: only input for action Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant