marvinpinto / actions

A Collection of GitHub Actions
MIT License
131 stars 69 forks source link

Action fails immediately with "invalid value workflow reference" when I try to use "action-automatic-releases" #718

Open jacklund opened 6 months ago

jacklund commented 6 months ago

I'm trying to use your action, but for some reason, Github thinks that it's not a reference to an action in the Marketplace, but a local action. Here's my rust.yml. It seems to bork on line 42.

I've tried enclosing the name in quotes and without quotes, same error:

image

Has anyone else had this issue? Is it (quite possibly) something dopey I'm doing?

Thanks,

-Jack

jacklund commented 6 months ago

I should mention that I've also filed a support ticket with Github, so if y'all think this is purely a GitHub issue, feel free to ignore this. :smiley_cat:

aryairani commented 5 months ago

@jacklund Your rust.yml link is broken so I'm not sure what's in it, but if I squint at the screenshot, it looks like you're using the action as a job: when it should be used as a step:.

It looks like you've fixed it already though.

jacklund commented 5 months ago

Yeah, sorry, I figured it out (sort of, the syntax really doesn't make a lot of sense to me, but ¯_(ツ)_/¯).

Thanks, though!

-Jack

On 4/1/24 4:10 PM, Arya Irani wrote:

@jacklund https://github.com/jacklund Your |rust.yml| link is broken so I'm not sure what's in it, but if I squint at the screenshot, it looks like you're using the action as a |job:| when it should be used as a |step:|.

It looks like you've fixed it already though.

— Reply to this email directly, view it on GitHub https://github.com/marvinpinto/actions/issues/718#issuecomment-2030561662, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABTFYSD3XTB6B72MURJ6HLY3HELRAVCNFSM6AAAAABEA4YKCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZQGU3DCNRWGI. You are receiving this because you were mentioned.Message ID: @.***>