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
When using this action to generate a list of changed folders, it fails to set the hashes correctly on a merge event. I get the following error: Similar commit hashes detected: previous sha: df2be13f61f134c597730151b8282627c4341643 is equivalent to the current sha: df2be13f61f134c597730151b8282627c4341643
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
When using this action to generate a list of changed folders, it fails to set the hashes correctly on a merge event. I get the following error:
Similar commit hashes detected: previous sha: df2be13f61f134c597730151b8282627c4341643 is equivalent to the current sha: df2be13f61f134c597730151b8282627c4341643
To Reproduce
I've created a simple repo to test this. It can be forked here: https://github.com/okamosy/gha-test
The workflow in this only triggers on pull_request events
What OS are you seeing the problem on?
ubuntu-latest or ubuntu-20.04
Expected behavior?
I would expect a list of modified folders to be displayed in the output step as is seen when the action runs when the PR is raised.
Relevant log output
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: