Skip to content

Commit

Permalink
Do not suppress install output
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Gladman <8713153+egladman@users.noreply.github.com>
  • Loading branch information
egladman authored and jpadams committed Dec 30, 2023
1 parent 2ab4131 commit 5994e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
# The install.sh script creates path ${prefix_dir}/bin
cd "$prefix_dir" && { \
curl -sL https://dl.dagger.io/dagger/install.sh 2>/dev/null | \
DAGGER_VERSION=${{ inputs.version }} sh 2>/dev/null; }
DAGGER_VERSION=${{ inputs.version }} sh; }
shell: bash
- run: |
Expand Down

0 comments on commit 5994e78

Please sign in to comment.