Skip to content

Commit

Permalink
quiet where counts
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Adams <jeremy@dagger.io>
  • Loading branch information
jpadams committed Nov 14, 2023
1 parent 3a75b3d commit 834f53c
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 @@ -8,7 +8,7 @@ inputs:
dagger-flags:
description: 'Dagger CLI Flags'
required: false
default: '-s --progress=plain'
default: '--progress plain'
verb:
description: 'CLI verb (call, download, up, functions, shell, query)'
required: false
Expand All @@ -35,7 +35,7 @@ runs:
- run: |
cd /usr/local && { \
curl -sL https://dl.dagger.io/dagger/install.sh 2>/dev/null | \
DAGGER_VERSION=${{ inputs.version }} sh; }
DAGGER_VERSION=${{ inputs.version }} sh 2>/dev/null; }
shell: bash
- run: if ! [ -d ./.git ]; then git clone -b ${GITHUB_REF_NAME} --no-checkout https://github.com/${GITHUB_REPOSITORY} .; fi
Expand Down

0 comments on commit 834f53c

Please sign in to comment.