Skip to content

Commit

Permalink
2023.07.03:
Browse files Browse the repository at this point in the history
* changed: action.yml: added `git status` to dump list of ready to commit statistic output files
  • Loading branch information
andry81 committed Jul 2, 2023
1 parent 95b5088 commit 8e4f88d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ runs:
COMMIT_MESSAGE="$COMMIT_MESSAGE #$GITHUB_RUN_NUMBER:"
fi
COMMIT_MESSAGE="$COMMIT_MESSAGE ${COMMIT_MESSAGE_PREFIX}${COMMIT_MESSAGE_SUFFIX:+" | "}$COMMIT_MESSAGE_SUFFIX"
git status
git commit -m "$COMMIT_MESSAGE"
$GH_WORKFLOW_ROOT/bash/github/set-env-from-args.sh \
"HEAD_COMMIT_HASH=$(git rev-parse HEAD)"
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023.07.03:
* changed: action.yml: added `git status` to dump list of ready to commit statistic output files

2023.07.02:
* new: action.yml: added `ENABLE_REPO_STATS_COMMITS_URL_PRINT_TO_CHANGELOG` variable to be able to print Statistic Output Repository commit URL (approximated by +5min date) into being committed changelog file
* refactor: README.md: replaced `blob/master` to `tree/HEAD` in all links as not dependent on specific branch name
Expand Down

0 comments on commit 8e4f88d

Please sign in to comment.