From c4684ff79c1cd4b24349d48a162d2cea4a4f841d Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Wed, 25 Oct 2023 10:09:45 +0100 Subject: [PATCH] first 40 characters --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 013249e6..3f54d9a5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -20,8 +20,8 @@ jobs: - name: Get latest rlst commit id id: rlst-commit run: | - echo "commit=$(git ls-remote https://github.com/linalg-rs/rlst.git HEAD | cut -d' ' -f1)" - echo "commit=$(git ls-remote https://github.com/linalg-rs/rlst.git HEAD | cut -d' ' -f1)" >> $GITHUB_OUTPUT + echo "commit=$(git ls-remote https://github.com/linalg-rs/rlst.git HEAD | head -c 10)" + echo "commit=$(git ls-remote https://github.com/linalg-rs/rlst.git HEAD | head -c 10)" >> $GITHUB_OUTPUT - name: Restore cached dependencies id: cache uses: actions/cache/restore@v3