diff --git a/action.yml b/action.yml index 0057b2e..d868b3a 100644 --- a/action.yml +++ b/action.yml @@ -22,4 +22,4 @@ runs: steps: - name: "Run flox activate" shell: "bash" - run: "flox activate ${{ inputs.environment != null && format('--remote={0}', inputs.environment) || '' }} ${{ inputs.dir != null && format('--dir={0}', inputs.dir) || '' }} -- ${{ inputs.command }}" + run: "flox activate ${{ inputs.environment != null && format('-r={0}', inputs.environment) || '' }} ${{ inputs.dir != null && format('--dir={0}', inputs.dir) || '' }} -- ${{ inputs.command }}"