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

We are checking for a way to pass multiple option to the actions/checkout@v4, when used in a reusable workflow. #2097

Open
mrmontoya913 opened this issue Feb 28, 2025 · 0 comments

Comments

@mrmontoya913
Copy link

We are checking for a way to pass multiple option to the actions/checkout@v4, when used in a reusable workflow.

Something like following

jobs:
  docker:
    name: Docker
    uses: ./.github/workflows/docker.yml
    with:
      docker_file: Dockerfile
      dockerhub_repo: account/repository
      checkout: |
        repository: ''
        ref: ''
        token: ''
        path: ''
        clean: ''
        fetch-depth: ''
        fetch-tags: ''
    secrets: inherit

Is there a way to pass a list of options in that way?

Originally posted by @air3ijai in #2093

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

No branches or pull requests

1 participant