diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0d3884..3a7e43d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,6 @@ jobs: - name: Validate installed plugins run: | set -euox pipefail - PLUGIN_GIT_REF=$(grep -oE "[^ ]\w{39}$" test/.plugin-versions) + PLUGIN_GIT_REF=$(grep -oE "[^ ]\w{6}$" test/.plugin-versions) asdf plugin list --refs | grep "${PLUGIN_GIT_REF}" && echo "[Passed] The plugin git ref in test/.plugin-versions matches the installed one." diff --git a/test/.plugin-versions b/test/.plugin-versions index 672b5b2..72e8cc6 100644 --- a/test/.plugin-versions +++ b/test/.plugin-versions @@ -1,2 +1,2 @@ # name git-url git-ref -venom https://github.com/aabouzaid/asdf-venom.git dea0c863f034c9935ebbfbfc0ead3c7bf90efae5 +venom https://github.com/aabouzaid/asdf-venom.git b0d00d6