Skip to content

Commit b0706ab

Browse files
committed
add echo log to vars action
1 parent 725d82d commit b0706ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- id: variables
3434
run: |
3535
pip install toml-cli
36-
echo "msrv=$(toml-cli get Cargo.toml package.rust-version)" >> "$GITHUB_OUTPUT"
36+
msrv=toml-cli get Cargo.toml package.rust-version
37+
echo "${msrv}"
38+
echo "msrv=${msrv}" >> "$GITHUB_OUTPUT"
3739
fmt:
3840
needs: vars
3941
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)