Skip to content

Commit

Permalink
Merge pull request #15 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 d166063 + 31fc91f commit a563d2a
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 a563d2a

Please sign in to comment.