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
Love this project, just started using it in a private repo.
Occasionally we trigger this GitHub Action remotely for a blank deploy/re-deploy. It would be great if there was an early-exit check like (pseudocode):
if HEAD == COMMIT {
echo "Commit already tagged as version $VERSION"
return 0;
}
The text was updated successfully, but these errors were encountered:
Love this project, just started using it in a private repo.
Occasionally we trigger this GitHub Action remotely for a blank deploy/re-deploy. It would be great if there was an early-exit check like (pseudocode):
The text was updated successfully, but these errors were encountered: