You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently had a issue with checking out a ref (tag) on a repo installed/cloned via this action. Something recently broke what previously worked. Not quite sure as to the cause, but I wondered one thing.
Most people pin actions to the major version in workflows. Could actions start logging the full version in the log? It would help when things are acting 'odd'.
I've got a public custom action, with a dist folder, and I just added the following line in js code:
Recently had a issue with checking out a ref (tag) on a repo installed/cloned via this action. Something recently broke what previously worked. Not quite sure as to the cause, but I wondered one thing.
Most people pin actions to the major version in workflows. Could actions start logging the full version in the log? It would help when things are acting 'odd'.
I've got a public custom action, with a
dist
folder, and I just added the following line in js code:And then logged it.
Building it copied
package.json
it to the dist folder, but it's a small, and that way the version isn't duplicated...The text was updated successfully, but these errors were encountered: