Skip to content

Commit

Permalink
2022.08.12:
Browse files Browse the repository at this point in the history
* new: action.yml: flush print annotations at the last always executed step
  • Loading branch information
andry81 committed Aug 12, 2022
1 parent 1c57f07 commit 4825fd2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ runs:
run: |
chmod ug+x $GH_WORKFLOW_ROOT/bash/github/set-env-from-args.sh
chmod ug+x $GH_WORKFLOW_ROOT/bash/github/print-notice.sh
chmod ug+x $GH_WORKFLOW_ROOT/bash/github/flush-print-annotations.sh
chmod ug+x $GH_WORKFLOW_ROOT/bash/inpage/accum-downloads.sh
# step is required to pass environment variables externally
Expand Down Expand Up @@ -178,3 +179,9 @@ runs:
run: |
$GH_WORKFLOW_ROOT/bash/github/print-notice.sh \
"commit reference url: https://github.com/${{ inputs.output_repo_owner }}/${{ inputs.output_repo }}/commit/$HEAD_COMMIT_HASH"
- name: flush print annotations
if: always()
shell: bash
run: |
$GH_WORKFLOW_ROOT/bash/github/flush-print-annotations.sh
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2022.08.12:
* new: action.yml: flush print annotations at the last always executed step

2022.08.12:
* changed: README.md: readme update

Expand Down
3 changes: 3 additions & 0 deletions userlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
> :warning: to find all changes use [changelog.txt](https://github.com/andry81-devops/gh-action--accum-inpage-downloads/blob/master/changelog.txt) file in a directory
## 2022.08.12:
* new: action.yml: flush print annotations at the last always executed step

## 2022.08.09:
* new: action.yml: print commit reference url to the log

Expand Down

0 comments on commit 4825fd2

Please sign in to comment.