-
Notifications
You must be signed in to change notification settings - Fork 165
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
Workflow fails on cron jobs #24
Comments
Yup, the action tries to get the commit from the job. I made #23 which should fix the issue. |
What's the status on getting this fixed? |
lipchev
added a commit
to lipchev/UnitsNet-Benchmarks
that referenced
this issue
Apr 28, 2021
- cannot export to pages as there is no commit: benchmark-action/github-action-benchmark#24
This was referenced Aug 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting failures when my workflow is triggered by a cron job. I get the following error
Is this to be expected? Looking at this code if appears that it assumes the job is being triggered by a pull request. Should it instead get it from the
GITHUB_SHA
environment variable?The text was updated successfully, but these errors were encountered: