Skip to content

Commit 18bd716

Browse files
authored
ci: Fix incorrent log message (#2792)
1 parent 8913c0c commit 18bd716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
steps:
156156
- name: Results
157157
run: |
158-
echo 'needs.actions.result: ${{ needs.rust.result }}'
158+
echo 'needs.actions.result: ${{ needs.actions.result }}'
159159
echo 'needs.rust.result: ${{ needs.rust.result }}'
160160
echo 'needs.rust-crates.result: ${{ needs.rust-crates.result }}'
161161
echo 'needs.linkerd-install.result: ${{ needs.linkerd-install.result }}'

0 commit comments

Comments
 (0)