Skip to content

Is it possible to test a Github action without publishing it on marketplace? #26073

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

You must be logged in to vote

Hi @aslisabanci,

Based on the doc of publishing marketplace, your action repository should be public.

Github actions supports git ref/sha/tag version for the usage: {owner}/{repo}@{ref}(doc here). Hence, before you publich the action to marketplace, you can use {owner}/{repo}@sha to have a test. Publish it untill it works as expected.

Thanks

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@thejeff77
Comment options

Answer selected
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants