Skip to content

Commit

Permalink
#68 adjust set-env modules_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Apr 26, 2024
1 parent d667adc commit 836df11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/set-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 836df11

Please sign in to comment.