Skip to content

Commit

Permalink
2022.09.08:
Browse files Browse the repository at this point in the history
* new: action.yml: print changelog file path into pipeline log
* new: action.yml: print topic query URL into pipeline log
  • Loading branch information
andry81 committed Sep 8, 2022
1 parent 48d2c03 commit 04cc85a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ runs:
shell: bash
run: |
$GH_WORKFLOW_ROOT/bash/github/set-env-from-args.sh \
"changelog_file=$CHANGELOG_FILE" \
"CHANGELOG_FILE=$GITHUB_WORKSPACE/inpage-downloads/${{ inputs.output_repo_dir }}/$CHANGELOG_FILE" \
"commit_msg_entity=${{ inputs.commit_msg_entity }}" \
"stats_dir=$GITHUB_WORKSPACE/inpage-downloads/${{ inputs.output_repo_dir }}" \
Expand All @@ -136,7 +137,9 @@ runs:
shell: bash
run: |
$GH_WORKFLOW_ROOT/bash/github/print-notice.sh \
"output repo dir: https://github.com/${{ inputs.output_repo_owner }}/${{ inputs.output_repo }}/tree/${{ inputs.output_repo_branch }}/${{ inputs.output_repo_dir }}"
"query url: ${{ inputs.query_url }}" \
"output repo dir: https://github.com/${{ inputs.output_repo_owner }}/${{ inputs.output_repo }}/tree/${{ inputs.output_repo_branch }}/${{ inputs.output_repo_dir }}" \
"changelog file: https://github.com/${{ inputs.output_repo_owner }}/${{ inputs.output_repo }}/tree/${{ inputs.output_repo_branch }}/${{ inputs.output_repo_dir }}/$changelog_file"
- name: checkout inpage-downloads@${{ inputs.output_repo_branch }}
uses: andry81-devops/gh-action--git-checkout@master
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2022.09.08:
* new: action.yml: print changelog file path into pipeline log
* new: action.yml: print topic query URL into pipeline log

2022.08.26:
* new: action.yml: added `ENABLE_GITHUB_ACTIONS_RUN_URL_PRINT_TO_CHANGELOG` and `GHWF_GITHUB_ACTIONS_RUN_URL` variables to be able to print GitHub Actions run URL into the changelog file

Expand Down

0 comments on commit 04cc85a

Please sign in to comment.