Skip to content

Commit

Permalink
fix: Fix log severity (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent authored Jan 6, 2025
2 parents f30cba1 + 120ac1c commit ae43512
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
#fail-on-missing: true
paths: |-
^action.yml
^missing-final-newline.md
# > Note: A job that is skipped will report its status as "Success".
# > It will not prevent a pull request from merging, even if it is a required check.
# ref. https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution#overview
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
#fail-on-missing: true
paths: |-
^action.yml
^missing-final-newline.md
# > Note: A job that is skipped will report its status as "Success".
# > It will not prevent a pull request from merging, even if it is a required check.
# ref. https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution#overview
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ runs:
LogshDebug "==> files_changed (applied paths-ignore) <=="
LogshDebug "${files_changed:-(empty)}"
else
LogshWarn "paths and paths-ignore are not set."
LogshInfo "paths and paths-ignore are not set."
files_changed=$(echo "${files_changed:?}")
fi
Expand Down Expand Up @@ -205,4 +205,4 @@ runs:
-- toJSON(github) ----------------------------------------------
${{ toJSON(github) }}
================================================================
DEBUG_DOC
DEBUG_DOC
1 change: 1 addition & 0 deletions missing-final-newline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This file is missing final newline.

0 comments on commit ae43512

Please sign in to comment.