diff --git a/.github/workflows/command-update-ui.yml b/.github/workflows/command-update-ui.yml
index d20c335ae1c3..7178f354f880 100644
--- a/.github/workflows/command-update-ui.yml
+++ b/.github/workflows/command-update-ui.yml
@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
- id: set_image
run: cat .github/env >> $GITHUB_OUTPUT
- cmd-fmt:
+ cmd-update-ui:
needs: [set-image]
runs-on: ubuntu-latest
container:
@@ -49,7 +49,7 @@ jobs:
"./scripts/update-ui-tests.sh" "${{ inputs.rust-version }}"
- name: Report failure
if: ${{ failure() }}
- run: gh pr comment ${{ inputs.pr }} --body "Run for fmt
failed. See logs here."
+ run: gh pr comment ${{ inputs.pr }} --body "Run for ${{ github.action }}
failed. See logs here."
env:
RUN: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
GH_TOKEN: ${{ github.token }}