We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c49f270 + 8728f2e commit 3827ff3Copy full SHA for 3827ff3
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