diff --git a/action.yml b/action.yml index 624215a..d453242 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ runs: with: python-version: ${{ inputs.python_version }} - - name: Save variables in Environment + - name: Set Tutor environment variables run: | echo "LMS_HOST=local.edly.io" >> "$GITHUB_ENV" echo "CMS_HOST=studio.local.edly.io" >> "$GITHUB_ENV" @@ -49,7 +49,7 @@ runs: tutor local launch -I shell: bash - - name: Configure Caddyfile + - name: Configure Caddyfile and Open edX settings run: | mkdir -p plugins cat << 'EOF' > plugins/patches.yml @@ -70,7 +70,7 @@ runs: tutor plugins enable patches shell: bash - - name: Install Plugin and extra requirements + - name: Install plugin and extra requirements run: | tutor local exec lms pip install ${{ inputs.app_name }} ${{ inputs.openedx_extra_pip_requeriments }} tutor local exec cms pip install ${{ inputs.app_name }} ${{ inputs.openedx_extra_pip_requeriments }}