Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 047966ceb4d644ac2d2d8ea044236df5f23a6754
https://github.com/Perl/perl5/commit/047966ceb4d644ac2d2d8ea044236df5f23a6754
Author: Nicolas R <[email protected]>
Date: 2019-12-30 (Mon, 30 Dec 2019)
Changed paths:
M .github/workflows/smoke-information.yml
Log Message:
-----------
Adjust smoke-information workflow
The smoke-information workflow was failing on Pull Request.
1/ need to pull from origin in order to know 'blead' (which
in most cases is going to be GITHUB_BASE_REF)
2/ stop using GITHUB_HEAD_REF and use HEAD instead.