We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8913c0c commit 18bd716Copy full SHA for 18bd716
.github/workflows/pr.yml
@@ -155,7 +155,7 @@ jobs:
155
steps:
156
- name: Results
157
run: |
158
- echo 'needs.actions.result: ${{ needs.rust.result }}'
+ echo 'needs.actions.result: ${{ needs.actions.result }}'
159
echo 'needs.rust.result: ${{ needs.rust.result }}'
160
echo 'needs.rust-crates.result: ${{ needs.rust-crates.result }}'
161
echo 'needs.linkerd-install.result: ${{ needs.linkerd-install.result }}'
0 commit comments