Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Nov 29, 2024
1 parent 9d27452 commit 416cd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ runs:
using: "composite"
steps:
- name: Set environment
shell: bash
env:
RASA_PRO_LICENSE: ${{ secrets.RASA_PRO_LICENSE }}
shell: bash
run: |-
mkdir -p ${{ inputs.workspace }}/models
chmod 777 ${{ inputs.workspace }}/models
Expand Down Expand Up @@ -173,7 +173,7 @@ runs:
# Set docker args
echo DOCKER_ARGS="--rm --tmpfs ${{ inputs.tmpfs_directory }} -e HOME=/app -e MPLCONFIGDIR=/tmp/.mplconfigdir \
-e CI=${CI} -e RASA_TELEMETRY_ENABLED=${{ env.RASA_TELEMETRY_ENABLED }} -v ${{ github.workspace }}:/app/github_workspace \
-e RASA_PRO_LICENSE=${{ env.RASA_PRO_LICENSE }} \
-e RASA_PRO_LICENSE=${RASA_PRO_LICENSE} \
-v ${{ inputs.workspace }}:/app -v ${{ inputs.workspace }}/models:/app/models \
-v ${{ inputs.workspace }}/${{ inputs.result_directory }}:/app/results" >> $GITHUB_ENV
Expand Down

0 comments on commit 416cd92

Please sign in to comment.