Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error with build workflow using wrong ref
Looking at the logs, it's using the ref before the one that increments the version in the previous action in the workflow. This code is from actions/checkout#439 (comment) and supposedly fixes this by making it pull specifically from master, rather than the ref that the workflow was called on.
- Loading branch information