Skip to content
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

Add support for disregarding the GitHub Actions env variables #795

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

AArnott
Copy link
Collaborator

@AArnott AArnott commented Aug 12, 2022

Set the IGNORE_GITHUB_REF environment variable to true when your GitHub workflow has moved HEAD such that the GITHUB_REF and GITHUB_SHA environment variables are stale.

Fixes dotnet/nbgv#50

Set the `IGNORE_GITHUB_REF` environment variable to `true` when your GitHub workflow has moved HEAD such that the `GITHUB_REF` and `GITHUB_SHA` environment variables are stale.

Fixes dotnet/nbgv#50
@AArnott AArnott added this to the v3.6 milestone Aug 12, 2022
@codecov
Copy link

codecov bot commented Aug 12, 2022

Codecov Report

Merging #795 (d36ca82) into main (8524158) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #795      +/-   ##
==========================================
- Coverage   81.22%   81.20%   -0.03%     
==========================================
  Files          73       73              
  Lines        3830     3831       +1     
==========================================
  Hits         3111     3111              
- Misses        719      720       +1     
Impacted Files Coverage Δ
....GitVersioning/CloudBuildServices/GitHubActions.cs 6.25% <0.00%> (-0.42%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong BuildingRef when a prior GitHub action moves HEAD
1 participant