We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1c1f3 commit 27f19eeCopy full SHA for 27f19ee
src/main.rs
@@ -85,6 +85,7 @@ fn get_changed_files() -> Vec<String> {
85
let head = repository.head().expect("Failed to get HEAD");
86
let head_commit = head.peel_to_commit().expect("Failed to peel HEAD to commit");
87
88
+ // Refers to base branch in case of pull request. For example: main
89
let base_ref_env = env::var("GITHUB_BASE_REF").expect("Failed to get GITHUB_BASE_REF env variable");
90
91
Command::new("sh")
0 commit comments