diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd63f98..b406073 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc64484 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# ci +.dist +.tmp