Skip to content

Commit

Permalink
Unset GITHUB_REF before testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jul 5, 2020
1 parent 3f2b424 commit e6b616c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ func TestGitHubActions(t *testing.T) {
"GITHUB_SHA",
"GITHUB_REPOSITORY",
"GITHUB_RUN_ID",
"GITHUB_REF",
}
saveEnvs := make(map[string]string)
for _, key := range envs {
Expand Down

0 comments on commit e6b616c

Please sign in to comment.