Skip to content

Commit 9d434f2

Browse files
committed
work
1 parent 7dbe558 commit 9d434f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-dataconnect/ci/calculate_github_issue_for_commenting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main() -> None:
2626
args = parse_args()
2727
logging.basicConfig(format="%(message)s", level=logging.INFO)
2828

29-
logging.info("Extracting PR number from ${{ github.ref }}: %s", args.github_ref)
29+
logging.info("Extracting PR number from string: %s", args.github_ref)
3030
pr_number: int | None = pr_number_from_github_ref(args.github_ref)
3131
logging.info("Extracted PR number: %s", pr_number)
3232

0 commit comments

Comments
 (0)