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

Use github.ref instead of github.sha #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dolfinus
Copy link

If someone is using Rebase merge option in Github repo, it leads to moving commit from feature branch to main branch without creating an intermediate merge commit. So SHA-256 hash of this commit remains the same.

Because default ref value is github.sha, this action reports previous check status, because it already been executed for the same commit.

Here I've changed default ref value to github.ref which points the the exact branch.

@dolfinus
Copy link
Author

@wms Could you check please?

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

Successfully merging this pull request may close these issues.

None yet

1 participant