Skip to content

Commit

Permalink
update: version
Browse files Browse the repository at this point in the history
  • Loading branch information
k8scat committed Jan 6, 2022
1 parent 8dc5cbe commit 60c259f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "::set-output name=repo_list::${repo_list}"
- name: action-git-mirror
uses: k8scat/[email protected].22
uses: k8scat/[email protected].23
with:
source_protocol: https
source_host: github.com
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
os = $(shell uname -s)

version = 0.0.22
version = 0.0.23
image = mirror-git:$(version)

cr_user = gigrator
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ docker run \
-e INPUT_FORCE_PUSH="false" \
-e INPUT_NOTIFY_PREFIX="Mirror Git" \
-e INPUT_NOTIFY_SUFFIX="Powered by https://github.com/k8scat/action-mirror-git" \
gigrator/mirror-git:0.0.22
gigrator/mirror-git:0.0.23
```

## LICENSE
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ inputs:
default: "false"
runs:
using: "docker"
image: "docker://ghcr.io/k8scat/mirror-git:0.0.22"
image: "docker://ghcr.io/k8scat/mirror-git:0.0.23"

0 comments on commit 60c259f

Please sign in to comment.