Skip to content

Using inputs when specifying Dockerfile name in the custom Docker action #26939

Answered by weide-zhou
dingo-d asked this question in Actions
Discussion options

You must be logged in to vote

Hi @dingo-d ,

In the workflow file, you need to add folder after your repo, for my action:

- name: use action
        uses: weide-zhou/hello-github-actions/<font color="#FF0000">action-a</font>@master
        with:
          who-to-greet: wadeaction1
      - uses: weide-zhou/hello-github-actions/<font color="#FF0000">action-b</font>@master
        with:
          who-to-greet: wadeaction2

My workflow here: https://github.com/weide-zhou/ticket13/runs/695896509?check_suite_focus=true

Thanks.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants