Skip to content

Commit 27f19ee

Browse files
committed
comment
1 parent 7b1c1f3 commit 27f19ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ fn get_changed_files() -> Vec<String> {
8585
let head = repository.head().expect("Failed to get HEAD");
8686
let head_commit = head.peel_to_commit().expect("Failed to peel HEAD to commit");
8787

88+
// Refers to base branch in case of pull request. For example: main
8889
let base_ref_env = env::var("GITHUB_BASE_REF").expect("Failed to get GITHUB_BASE_REF env variable");
8990

9091
Command::new("sh")

0 commit comments

Comments
 (0)