Skip to content

Commit

Permalink
2022.05.05:
Browse files Browse the repository at this point in the history
* changed: action.yml: code cleanup
  • Loading branch information
andry81 committed May 5, 2022
1 parent 346c564 commit ad32556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ runs:
$GH_WORKFLOW_ROOT/bash/github/set-env-from-args.sh \
"changelog_dir=${CHANGELOG_FILE%/*}"
- name: allocate directories
shell: bash
run: |
$GH_WORKFLOW_ROOT/bash/github/set-env-from-args.sh \
"WORKFLOW_TEMPDIR=$(mktemp -d)"
- name: head annotations
shell: bash
run: |
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2022.05.05:
* changed: action.yml: code cleanup

2022.05.04:
* new: action.yml: added `COMMIT_MESSAGE_PREFIX` to split an automated user commit message into prefix and suffix parts
* changed: README.md: readme update
Expand Down

0 comments on commit ad32556

Please sign in to comment.