Skip to content

Conversation

EndBug
Copy link
Owner

@EndBug EndBug commented Aug 24, 2020

  • ref is now called branch
  • force has been removed: add the --force argument to add and remove instead
  • tag is now the arguments used for a git tag command
  • Errors from git commands should cause the action to fail (fixes Failure to push isn't considered an error. #53)
  • git add and git rm don't cause the action to fail if they don't match any file, they only show a warning
  • When a tag push is rejected, the action automatically tries to delete and re-create the tag on the remote: if it fails again, it will cause the step to fail
  • signoff now only accepts true and false as values
  • Action logs are correctly displayed on Windows too (fixes Action won't display logs in Windows instances #45)

@EndBug EndBug added the type: feature New feature or feature request label Aug 24, 2020
@EndBug EndBug added this to the Typescript-only rewrite milestone Aug 24, 2020
@EndBug EndBug self-assigned this Aug 24, 2020
@github-actions
Copy link

This PR is being marked as "stale" because it has been open 20 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.

@github-actions github-actions bot added the status: stale Inactive issues and PRs label Sep 25, 2020
@EndBug EndBug merged commit 8693022 into master Sep 25, 2020
@EndBug EndBug removed the status: stale Inactive issues and PRs label Sep 25, 2020
@EndBug EndBug deleted the ts-only branch September 25, 2020 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failure to push isn't considered an error. Action won't display logs in Windows instances
1 participant