Skip to content

Commit

Permalink
2022.03.31:
Browse files Browse the repository at this point in the history
* changed: action.yml: `COMMIT_MESSAGE_DATE_TIME_PREFIX` variable usage
  • Loading branch information
andry81 committed Mar 31, 2022
1 parent 1b9a888 commit a78f121
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ runs:
git add .
git config --global user.name "GitHub Action"
git config --global user.email "action@github.com"
git commit -m "A/U: $STATS_DATE_UTC: ${{ inputs.stat_entity_path }}$COMMIT_MESSAGE_SUFFIX"
git commit -m "A/U: $COMMIT_MESSAGE_DATE_TIME_PREFIX: ${{ inputs.stat_entity_path }}$COMMIT_MESSAGE_SUFFIX"
- name: push inpage-downloads
uses: ad-m/github-push-action@master
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.03.31:
* changed: action.yml: `COMMIT_MESSAGE_DATE_TIME_PREFIX` variable usage

2022.03.30:
* changed: action.yml: `env` parameter 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.03.31:
* changed: action.yml: `COMMIT_MESSAGE_DATE_TIME_PREFIX` variable usage

## 2022.03.23:
* new: action.yml: `env` input parameter to explicitly declare global environment variables
* new: action.yml: `changelog_dir` variable usage is added
Expand Down

0 comments on commit a78f121

Please sign in to comment.