cloudflare / pages-action

MIT License
473 stars 97 forks source link

Fix action config `uses` syntax #4

Closed ptim closed 2 years ago

ptim commented 2 years ago

Closes #3

According to: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsuses

Erisa commented 2 years ago

This should be @v1 instead.

See: https://github.com/cloudflare/pages-action/issues/3#issuecomment-1123631461

ptim commented 2 years ago

Tx Erisa, as pointed out by in comments on #3, using @v1 requires an additional tag to be added to each release... in advance of doing so, @v1.0.0 is the only config that actually works đź‘Ť

CC @GregBrimble

GregBrimble commented 2 years ago

We've just tagged this Action as 1.0.0 and 1 and will drop the v prefix going forward. Thanks for your help in identifying this problem—hopefully this works for everyone now.

https://github.com/cloudflare/pages-action/issues/3#issuecomment-1131620490