Skip to content

Commit

Permalink
2022.04.15:
Browse files Browse the repository at this point in the history
* changed: action.yml: switched to use `andry81-devops/gh-action--git-checkout` action instead of `actions/checkout`
  • Loading branch information
andry81 committed Apr 15, 2022
1 parent 2907010 commit fe716d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 2 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ inputs:
# ENABLE_PRINT_CURL_RESPONSE_ON_ERROR=1
# ENABLE_COMMIT_MESSAGE_DATE_WITH_TIME=1 # insert the time string in format HH:MMZ additionally after the date in each commit message

# NOTE:
# Several features below is not supported in a composite action runnner:
# * conditionals
# * continue-on-error
#

runs:
using: "composite"
steps:
Expand All @@ -90,7 +84,7 @@ runs:
mkdir -p $GH_WORKFLOW_ROOT
- name: checkout gh-workflow@${{ inputs.deps_repo_branch }}
uses: actions/checkout@v3
uses: andry81-devops/gh-action--git-checkout@master
with:
repository: ${{ inputs.deps_repo_owner }}/gh-workflow
ref: ${{ inputs.deps_repo_branch }}
Expand Down Expand Up @@ -136,7 +130,7 @@ runs:
"output repo dir: https://github.com/${{ inputs.output_repo_owner }}/${{ inputs.output_repo }}/tree/${{ inputs.output_repo_branch }}/${{ inputs.output_repo_dir }}"
- name: checkout inpage-downloads@${{ inputs.output_repo_branch }}
uses: actions/checkout@v3
uses: andry81-devops/gh-action--git-checkout@master
with:
repository: ${{ inputs.output_repo_owner }}/${{ inputs.output_repo }}
ref: ${{ inputs.output_repo_branch }}
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.04.15:
* changed: action.yml: switched to use `andry81-devops/gh-action--git-checkout` action instead of `actions/checkout`

2022.04.14:
* changed: action.yml: minor change

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.04.15:
* changed: action.yml: switched to use `andry81-devops/gh-action--git-checkout` action instead of `actions/checkout`

## 2022.04.02:
* changed: action.yml: switch to use `actions/checkout@v3` action

Expand Down

0 comments on commit fe716d2

Please sign in to comment.