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
Same problem here... It worked fine like 3-4 months ago
Commit ID is not null on my side but i have the same output: Can not use local Git repository, seems not to be in sync with current commit or does not exist;
This might be due to referencing the action incorrectly. I had the error happen when I was accidentally having the action fire on push to main however the actions steps were referencing ref: ${{ github.event.pull_request.head.sha }} based on the default examples. When I switched that up to not hook into the on push event it resolved my issue
Following is the output I get:
Any idea what's wrong?
The text was updated successfully, but these errors were encountered: