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
This action only detects files that have pending uncommited changes generated during the workflow execution, for running a specific step when a file changes in a pull request or based on a new pushed commit
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
Here's what I'm using in my Github action:
This action is triggered on every commit on the branch
main
.I tried many times to push changes on
yarn.lock
orapps/hcp-app/version.json
but it always saysno changes found
Here are some screenshot from the Github action
To Reproduce
version.json
(apps/hcp-app/version.json)version.json
file and push to mainWhat OS are you seeing the problem on?
ubuntu-latest or ubuntu-20.04
Expected behavior?
I expected to see that
yarn.lock
has changed.Relevant log output
Uploaded in the description above
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: