Skip to content

Commit

Permalink
fixed naming of error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jun 6, 2024
1 parent ec94419 commit 8112589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/command-update-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>${{ github.action }}</code> failed. See logs <a href=\"$RUN\">here</a>."
run: gh pr comment ${{ inputs.pr }} --body "Run by @${{ github.actor }} for <code>${{ github.workflow }}</code> failed. See logs <a href=\"$RUN\">here</a>."
env:
RUN: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 8112589

Please sign in to comment.