From ec944194d99bed05f6c4850a62149045fdd4e3e0 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Thu, 6 Jun 2024 11:10:20 +0200 Subject: [PATCH] updated error message --- .github/workflows/command-update-ui.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}