Skip to content

Commit

Permalink
2023.07.04:
Browse files Browse the repository at this point in the history
* fixed: action.yml: incorrect `GHWF_REPO_STATS_COMMITS_URL` variable value
  • Loading branch information
andry81 committed Jul 3, 2023
1 parent ead25b0 commit 830a40c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ runs:
$GH_WORKFLOW_ROOT/bash/github/set-env-from-args.sh \
${INPUT_ENV} \
"GHWF_GITHUB_ACTIONS_RUN_URL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
"GHWF_REPO_STATS_COMMITS_URL=https://github.com/${{ github.repository }}/commits?branch=${{ inputs.output_repo_branch }}"
"GHWF_REPO_STATS_COMMITS_URL=https://github.com/${{ inputs.output_repo_owner }}/${{ inputs.output_repo }}/commits?branch=${{ inputs.output_repo_branch }}"
- name: '[accum-inpage-downloads][07] variables validation'
shell: bash
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.04:
* fixed: action.yml: incorrect `GHWF_REPO_STATS_COMMITS_URL` variable value

2023.07.03:
* changed: action.yml: added `[<workflow-name>][<step-number>]` as a prefix in all step names and duplicated it with the step name in the first comment line in all scripts to identify each step in a common pipeline log

Expand Down

0 comments on commit 830a40c

Please sign in to comment.