Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels