Skip to content

Commit

Permalink
Merge pull request #11 from IAreKyleW00t/fix/verbose
Browse files Browse the repository at this point in the history
fix(action): Making logging less verbose
  • Loading branch information
IAreKyleW00t committed Apr 9, 2024
2 parents 115ef7e + 9b57743 commit 66858ae
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 @@ -29,7 +29,7 @@ runs:
- shell: bash
run: |
#!/bin/bash
set -ex
set -e
# Create install directory
mkdir -p ${{ inputs.install-dir }}
Expand Down

0 comments on commit 66858ae

Please sign in to comment.