Fix typo in submodule bump action (#2409)
It's currently pointing at the wrong file.
diff --git a/.github/workflows/update_tf.yml b/.github/workflows/update_tf.yml
index dff2b42..a3ad225 100644
--- a/.github/workflows/update_tf.yml
+++ b/.github/workflows/update_tf.yml
@@ -43,7 +43,7 @@
token: ${{ secrets.GITHUB_WRITE_ACCESS_TOKEN }}
commit-message: "Update TF submodule and LLVM BUILD files"
title: "Update TF submodule and LLVM BUILD files"
- body: "Automated submodule bump from .github/workflows/update_submodules.yml"
+ body: "Automated submodule bump from .github/workflows/update_tf.yml"
committer: "Submodule Update Action <iree-github-actions-bot@google.com>"
# TODO(gcmn): Figure out a way to assign this to someone dynamically.
reviewers: gmngeoffrey