Skip to content

Commit

Permalink
ci: Fix incorrent log message
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Mar 14, 2024
1 parent 8913c0c commit 5ea25df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
steps:
- name: Results
run: |
echo 'needs.actions.result: ${{ needs.rust.result }}'
echo 'needs.actions.result: ${{ needs.actions.result }}'
echo 'needs.rust.result: ${{ needs.rust.result }}'
echo 'needs.rust-crates.result: ${{ needs.rust-crates.result }}'
echo 'needs.linkerd-install.result: ${{ needs.linkerd-install.result }}'
Expand Down

0 comments on commit 5ea25df

Please sign in to comment.