This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new e4f48ad5ba5 Fix typo in workflow name for updating dependencies 
(#37362)
e4f48ad5ba5 is described below

commit e4f48ad5ba58c7caeb7bf7b0e28a076d6fb39438
Author: Danny McCormick <[email protected]>
AuthorDate: Tue Jan 20 14:53:05 2026 -0500

    Fix typo in workflow name for updating dependencies (#37362)
---
 .github/workflows/update_python_dependencies.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/update_python_dependencies.yml 
b/.github/workflows/update_python_dependencies.yml
index b33f2311eba..2336f9e27cd 100644
--- a/.github/workflows/update_python_dependencies.yml
+++ b/.github/workflows/update_python_dependencies.yml
@@ -18,7 +18,7 @@
 # This workflow will update python dependencies as part of the release process
 # And commit the changes into the branch release, creating a PR into the branch
 
-name: Update Python Depedencies
+name: Update Python Dependencies
 
 on:
   schedule:

Reply via email to