Skip to content

Commit

Permalink
chore: default loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed May 6, 2023
1 parent 1c62aa5 commit 9f438bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
cid-workflow: main
cid-version: latest
cid-loglevel: ${{ github.event.inputs.loglevel }}
cid-loglevel: ${{ github.event.inputs.loglevel || "info" }}
secrets:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ci
.dist
.tmp

0 comments on commit 9f438bd

Please sign in to comment.