Skip to content

Commit

Permalink
fixing names
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 17, 2024
1 parent bff34d5 commit 60e82aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 60e82aa

Please sign in to comment.