1
- [ ![ Release] ( https://img.shields.io/github/actions/workflow/status/cssnr/mirror-repository-action/release.yaml?logo=github&logoColor=white&label=release )] ( https://github.com/cssnr/mirror-repository-action/actions/workflows/release.yaml )
2
- [ ![ Test] ( https://img.shields.io/github/actions/workflow/status/cssnr/mirror-repository-action/test.yaml?logo=github&logoColor=white&label=test )] ( https://github.com/cssnr/mirror-repository-action/actions/workflows/test.yaml )
3
- [ ![ Lint] ( https://img.shields.io/github/actions/workflow/status/cssnr/mirror-repository-action/lint.yaml?logo=github&logoColor=white&label=lint )] ( https://github.com/cssnr/mirror-repository-action/actions/workflows/lint.yaml )
1
+ [ ![ Tags] ( https://img.shields.io/badge/tags-v1_%7C_v1.1-blue?logo=git&logoColor=white )] ( https://github.com/cssnr/mirror-repository-action/tags )
2
+ [ ![ GitHub Release Version] ( https://img.shields.io/github/v/release/cssnr/mirror-repository-action?logo=git&logoColor=white&label=latest )] ( https://github.com/cssnr/mirror-repository-action/releases/latest )
3
+ [ ![ Release] ( https://img.shields.io/github/actions/workflow/status/cssnr/mirror-repository-action/release.yaml?logo=github&label=release )] ( https://github.com/cssnr/mirror-repository-action/actions/workflows/release.yaml )
4
+ [ ![ Test] ( https://img.shields.io/github/actions/workflow/status/cssnr/mirror-repository-action/test.yaml?logo=github&label=test )] ( https://github.com/cssnr/mirror-repository-action/actions/workflows/test.yaml )
5
+ [ ![ Lint] ( https://img.shields.io/github/actions/workflow/status/cssnr/mirror-repository-action/lint.yaml?logo=github&label=lint )] ( https://github.com/cssnr/mirror-repository-action/actions/workflows/lint.yaml )
4
6
[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=cssnr_mirror-repository-action&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=cssnr_mirror-repository-action )
5
- [ ![ GitHub Release Version] ( https://img.shields.io/github/v/release/cssnr/mirror-repository-action?logo=github )] ( https://github.com/cssnr/mirror-repository-action/releases/latest )
6
- [ ![ GitHub Last Commit] ( https://img.shields.io/github/last-commit/cssnr/mirror-repository-action?logo=github&logoColor=white&label=updated )] ( https://github.com/cssnr/mirror-repository-action/graphs/commit-activity )
7
+ [ ![ GitHub Last Commit] ( https://img.shields.io/github/last-commit/cssnr/mirror-repository-action?logo=github&label=updated )] ( https://github.com/cssnr/mirror-repository-action/graphs/commit-activity )
7
8
[ ![ Codeberg Last Commit] ( https://img.shields.io/gitea/last-commit/cssnr/mirror-repository-action/master?gitea_url=https%3A%2F%2Fcodeberg.org%2F&logo=codeberg&logoColor=white&label=updated )] ( https://codeberg.org/cssnr/mirror-repository-action )
8
- [ ![ GitHub Top Language] ( https://img.shields.io/github/languages/top/cssnr/mirror-repository-action?logo=htmx&logoColor=white )] ( https://github.com/cssnr/mirror-repository-action )
9
- [ ![ GitHub Org Stars] ( https://img.shields.io/github/stars/cssnr?style=flat&logo=github&logoColor=white )] ( https://cssnr.github.io/ )
9
+ [ ![ GitHub Top Language] ( https://img.shields.io/github/languages/top/cssnr/mirror-repository-action?logo=htmx )] ( https://github.com/cssnr/mirror-repository-action )
10
+ [ ![ GitHub Org Stars] ( https://img.shields.io/github/stars/cssnr?style=flat&logo=github )] ( https://cssnr.github.io/ )
10
11
[ ![ Discord] ( https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da )] ( https://discord.gg/wXy6m2X8wY )
11
12
12
13
# Mirror Repository Action
13
14
14
15
- [ Inputs] ( #Inputs )
15
16
- [ Setup Instructions] ( #Setup-Instructions )
16
17
- [ Example] ( #Example )
18
+ - [ Tags] ( #Tags )
17
19
- [ Support] ( #Support )
18
20
- [ Contributing] ( #Contributing )
19
21
20
22
Mirror Git Repository to Remote Host.
21
23
24
+ A Web Extension for this Action that is in development: https://github.com/cssnr/github-extension
25
+
22
26
## Inputs
23
27
24
28
| input | required | default | description |
@@ -96,6 +100,20 @@ jobs:
96
100
> [!IMPORTANT]
97
101
> Checkout ` with: fetch-depth: 0` is necessary!
98
102
103
+ # # Tags
104
+
105
+ The following [rolling tags](https://github.com/cssnr/mirror-repository-action/tags) are maintained.
106
+
107
+ | Tag | Example | Bugs | Feat. | Description |
108
+ | -------- | -------- | :-- : | :---: | -------------------------------------- |
109
+ | `vN` | `v1` | ✅ | ✅ | Points to latest `vN.x.x` release. |
110
+ | `vN.N` | `v1.0` | ✅ | ❌ | Points to latest `vN.N.x` release. |
111
+ | `vN.N.N` | `v1.0.0` | ❌ | ❌ | Points directly to a specific release. |
112
+
113
+ **Important:** Make sure to use one of the [latest tags](https://github.com/cssnr/mirror-repository-action/tags).
114
+
115
+ You can view the release notes for each version on the [releases page](https://github.com/cssnr/mirror-repository-action/releases).
116
+
99
117
# Support
100
118
101
119
For general help or to request a feature, see :
@@ -109,10 +127,14 @@ If you are experiencing an issue/bug or getting unexpected results, you can:
109
127
- Chat with us on Discord : https://discord.gg/wXy6m2X8wY
110
128
- Provide General Feedback : [https://cssnr.github.io/feedback/](https://cssnr.github.io/feedback/?app=Mirror%20Repository%20Action)
111
129
130
+ For more information, see the CSSNR [SUPPORT.md](https://github.com/cssnr/.github/blob/master/.github/SUPPORT.md#support).
131
+
112
132
# Contributing
113
133
114
134
Currently, the best way to contribute to this project is to star this project on GitHub.
115
135
136
+ For more information, see the CSSNR [CONTRIBUTING.md](https://github.com/cssnr/.github/blob/master/.github/CONTRIBUTING.md#contributing).
137
+
116
138
Additionally, you can support other GitHub Actions I have published :
117
139
118
140
- [Stack Deploy Action](https://github.com/cssnr/stack-deploy-action?tab=readme-ov-file#readme)
0 commit comments