@@ -147,19 +147,21 @@ updates:
147
147
148
148
# # :octocat: [cytopia](https://github.com/cytopia) GitHub Actions
149
149
150
- | Name | Description |
151
- |---------------------------------|-------------|
152
- | [docker-tag-action] | Determines Docker tags based on git branch, commit or git tag |
153
- | [git-ref-matrix-action] | Create stringified JSON list of git refs to be used as a build matrix |
154
- | [shell-command-retry-action] | Retries shell commands to avoid failing pipelines due to network issues |
155
- | [upload-artifact-verify-action] | Upload artifact and verifies it by downloading it again |
156
- | [upload-artifact-retry-action] | Retries `upload-artifact-verify-action` |
150
+ | Name | Description |
151
+ |----------------------------------|-------------|
152
+ | [docker-tag-action] | Determines Docker tags based on git branch, commit or git tag |
153
+ | [git-ref-matrix-action] | Create stringified JSON list of git refs to be used as a build matrix |
154
+ | [shell-command-retry-action] | Retries shell commands to avoid failing pipelines due to network issues |
155
+ | [upload-artifact-verify-action] | Upload artifact and verifies it by downloading it again |
156
+ | [upload-artifact-retry-action] | Retries `upload-artifact-verify-action` |
157
+ | [download-artifact-retry-action] | Download artifact with retry functionality |
157
158
158
159
[docker-tag-action] : https://github.com/cytopia/docker-tag-action
159
160
[git-ref-matrix-action] : https://github.com/cytopia/git-ref-matrix-action
160
161
[shell-command-retry-action] : https://github.com/cytopia/shell-command-retry-action
161
162
[upload-artifact-verify-action] : https://github.com/cytopia/upload-artifact-verify-action
162
163
[upload-artifact-retry-action] : https://github.com/cytopia/upload-artifact-retry-action
164
+ [download-artifact-retry-action] : https://github.com/cytopia/download-artifact-retry-action
163
165
164
166
165
167
# # :page_facing_up: License
0 commit comments