Skip to content

Commit

Permalink
inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Nov 29, 2024
1 parent 416cd92 commit 6d861d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ runs:
using: "composite"
steps:
- name: Set environment
env:
RASA_PRO_LICENSE: ${{ secrets.RASA_PRO_LICENSE }}
shell: bash
run: |-
mkdir -p ${{ inputs.workspace }}/models
Expand Down Expand Up @@ -173,7 +171,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=${RASA_PRO_LICENSE} \
-e RASA_PRO_LICENSE=${{ inputs.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 6d861d1

Please sign in to comment.