Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👷 Update action version #3691

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: "Get information about the current run"
uses: potiuk/get-workflow-origin@v1_5
uses: potiuk/get-workflow-origin@v1_6
id: workflow-run-info
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 1 addition & 3 deletions scripts/format_warning_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,7 @@ def format_warning_report(sys_args: list[str]) -> int:
)
if new:
warning_list = format_warnings_list(new)
report.extend(
make_collapsable(warning_list, f"New warnings ({len(warnings)})")
)
report.extend(make_collapsable(warning_list, f"New warnings ({len(new)})"))
exit_code = len(new)
else:
plural = "" if len(warnings) == 1 else "s"
Expand Down
Loading