Skip to content

Commit

Permalink
fix join
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Apr 30, 2024
1 parent 74c600e commit c95ba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argus-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
script: |
const envs = `${{ inputs.envs }}`.split(',').map(env => env.trim());
core.setOutput('envs', envs);
core.setOutput('envs', envs.join(' '));
build-docker:
name: Build Docker Image
needs: [prep]
Expand Down

0 comments on commit c95ba7a

Please sign in to comment.