From 555fa978679436d99b96f11f1dd8fbda5f8f2c0d Mon Sep 17 00:00:00 2001 From: Thomas Weber Date: Mon, 13 Jan 2025 00:01:59 -0600 Subject: [PATCH] update string --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 8677114bab..5997302a08 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -34,7 +34,7 @@ jobs: got_any_specific_label=false if [[ "$BASE_REF" == "master" ]]; then - echo "Download diff" + echo "Downloading pull request diff" # Download just the diff so it is harder to accidentally run any code from the pull request. gh pr diff --repo "$GH_REPO" "$PR_NUMBER" | tee pr.diff