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 c49f270 commit 8728f2eCopy full SHA for 8728f2e
action.yml
@@ -28,7 +28,7 @@ outputs:
28
value: ${{ steps.what-rust-changed.outputs.cargo-build-specs }}
29
cargo-test-specs:
30
description: A string suitable for passing to cargo test that includes all the changed packages but not the docker-tests
31
- value: ${{ steps.what-rust-changed.outputs.rust.cargo-test-specs }}
+ value: ${{ steps.what-rust-changed.outputs.cargo-test-specs }}
32
cargo-docker-test-specs:
33
description: A string suitable for passing to cargo test that includes all the changed packages including the docker-tests
34
value: ${{ steps.what-rust-changed.outputs.cargo-docker-test-specs }}
0 commit comments