Skip to content

Commit 0bc9661

Browse files
committed
2022.08.16:
* changed: bash/github/accum-rate-limits.sh: removed usage of a print annotation group because works as not expected (a print does truncate by first `\n` characters and the `%0A` sequence does not work as line return in the job summary annotations)
1 parent 7281863 commit 0bc9661

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

bash/github/accum-rate-limits.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ source "$GH_WORKFLOW_ROOT/_externals/tacklelib/bash/tacklelib/bash_tacklelib" ||
1414
tkl_include_or_abort "$GH_WORKFLOW_ROOT/_externals/tacklelib/bash/tacklelib/traplib.sh"
1515

1616
tkl_include_or_abort "$GH_WORKFLOW_ROOT/bash/github/init-basic-workflow.sh"
17-
tkl_include_or_abort "$GH_WORKFLOW_ROOT/bash/github/init-print-workflow.sh"
1817
tkl_include_or_abort "$GH_WORKFLOW_ROOT/bash/github/init-stats-workflow.sh"
1918
tkl_include_or_abort "$GH_WORKFLOW_ROOT/bash/github/init-jq-workflow.sh"
2019
tkl_include_or_abort "$GH_WORKFLOW_ROOT/bash/github/init-tacklelib-workflow.sh"
@@ -40,11 +39,6 @@ gh_print_notice_and_write_to_changelog_text_ln "current date/time: $current_date
4039

4140
current_date_utc="${current_date_time_utc/%T*}"
4241

43-
# begin local annotation print group
44-
gh_begin_print_annotation_group notice
45-
46-
tkl_push_trap 'gh_end_print_annotation_group' EXIT
47-
4842
# stats between previous/next script execution (dependent to the pipeline scheduler times)
4943

5044
IFS=$'\n' read -r -d '' \

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2022.08.16:
2+
* changed: bash/github/accum-rate-limits.sh: removed usage of a print annotation group because works as not expected (a print does truncate by first `\n` characters and the `%0A` sequence does not work as line return in the job summary annotations)
3+
14
2022.08.14:
25
* fixed: bash/github: utils.sh, set-env-from-args.sh: missed to ignore `GITHUB_*` builtin variables, execution fixup
36
* new: bash/github: init-basic-workflow.sh, enable-github-env-autoeval.sh: Ability to apply GitHub Actions job environment variables by the `GITHUB_ENV` file path automatically on each GitHub Actions job step line instead of on the next step only. A workflow does require to enable this explicitly using the `enable-github-env-autoeval.sh` script run.

0 commit comments

Comments
 (0)