From 836df115f20a9e53ae40ed79ec80a1fbc8b0534c Mon Sep 17 00:00:00 2001 From: Kwabena N Amponsah Date: Fri, 26 Apr 2024 22:37:41 +0100 Subject: [PATCH] #68 adjust set-env modules_dir --- .github/actions/set-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/set-env/action.yml b/.github/actions/set-env/action.yml index 9471af1..27b56c5 100644 --- a/.github/actions/set-env/action.yml +++ b/.github/actions/set-env/action.yml @@ -15,5 +15,5 @@ runs: source /etc/os-release os_ver="$(echo ${ID}${VERSION_ID} | sed 's/\.//')" echo "os_ver=${os_ver}" >> $GITHUB_OUTPUT - echo "modules_dir=modules_dir" >> $GITHUB_OUTPUT + echo "modules_dir=/modules" >> $GITHUB_OUTPUT shell: bash