Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output timestamp #11

Open
piranna opened this issue Feb 3, 2023 · 2 comments
Open

Output timestamp #11

piranna opened this issue Feb 3, 2023 · 2 comments

Comments

@piranna
Copy link

piranna commented Feb 3, 2023

Output tag timestamp the same way https://github.com/WyriHaximus/github-action-get-previous-tag does.

@oprypin
Copy link
Owner

oprypin commented Feb 5, 2023

As a side note, tags usually don't even have a timestamp. The commit does or the GitHub release does.
https://stackoverflow.com/questions/13208734/get-the-time-and-date-of-git-tags#comment41450251_13208822

I will not implement this feature, unfortunately

@piranna
Copy link
Author

piranna commented Feb 5, 2023

As a side note, tags usually don't even have a timestamp. The commit does or the GitHub release does.

That's true, later I was thinking about the missunderstood.

I will not implement this feature, unfortunately

No issues, I've found a workaround, just by using the RegExp and "brute force" doing the merge and pushing it it's enough, I don't need to check the timestamp in advance because if the merge was already done in the past, the git push is mostly a no-op, so besides wasting more CPU time, there's no major issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants