Skip to content

Commit

Permalink
add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 17, 2024
1 parent f3810ec commit 43ba8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
- name: Install and prepare Tutor
run: |
pip install "tutor$INPUT_TUTOR_VERSION"
export TUTOR_PLUGINS_ROOT=$(pwd)/plugins/ && export TUTOR_ROOT=$(pwd) && export LMS_HOST=$LMS_HOST && CMS_HOST=$CMS_HOST
export TUTOR_PLUGINS_ROOT=$(pwd)/plugins/ && export TUTOR_ROOT=$(pwd) && export LMS_HOST=$LMS_HOST && export CMS_HOST=$CMS_HOST
tutor config save # Create the config.yml
chmod 777 . -R
shell: bash
Expand Down

0 comments on commit 43ba8c0

Please sign in to comment.