@@ -81,6 +81,8 @@ Once you create a new tag, this action will automatically
81
81
uses : technote-space/release-github-actions@v3
82
82
with :
83
83
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
84
+ # TEST_TAG_PREFIX: test/
85
+ # CLEAN_TEST_TAG: true
84
86
```
85
87
[ More details of target event] ( #action-event-details )
86
88
@@ -247,21 +249,25 @@ The following tags will be created.
247
249
248
250
## Sample GitHub Actions using this Action
249
251
- [ Release GitHub Actions] ( https://github.com/technote-space/release-github-actions )
250
- - [release .yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/release .yml)
252
+ - [ ci .yml] ( https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/ci .yml )
251
253
- [ Auto card labeler] ( https://github.com/technote-space/auto-card-labeler )
252
- - [release .yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/release .yml)
254
+ - [ ci .yml] ( https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/ci .yml )
253
255
- [ Assign Author] ( https://github.com/technote-space/assign-author )
254
- - [release .yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/release .yml)
256
+ - [ ci .yml] ( https://github.com/technote-space/assign-author/blob/master/.github/workflows/ci .yml )
255
257
- [ TOC Generator] ( https://github.com/technote-space/toc-generator )
256
- - [release .yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/release .yml)
258
+ - [ ci .yml] ( https://github.com/technote-space/toc-generator/blob/master/.github/workflows/ci .yml )
257
259
- [ Package Version Check Action] ( https://github.com/technote-space/package-version-check-action )
258
- - [release .yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/release .yml)
260
+ - [ ci .yml] ( https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/ci .yml )
259
261
- [ Get Diff Action] ( https://github.com/technote-space/get-diff-action )
260
- - [release .yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/release .yml)
262
+ - [ ci .yml] ( https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/ci .yml )
261
263
- [ Create Project Card Action] ( https://github.com/technote-space/create-project-card-action )
262
- - [release .yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/release .yml)
264
+ - [ ci .yml] ( https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/ci .yml )
263
265
- [ Get git comment action] ( https://github.com/technote-space/get-git-comment-action )
264
- - [release.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/release.yml)
266
+ - [ ci.yml] ( https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/ci.yml )
267
+ - [ PR Commit Body Action] ( https://github.com/technote-space/pr-commit-body-action )
268
+ - [ ci.yml] ( https://github.com/technote-space/pr-commit-body-action/blob/master/.github/workflows/ci.yml )
269
+ - [ WP Version Check Action] ( https://github.com/technote-space/wp-version-check-action )
270
+ - [ ci.yml] ( https://github.com/technote-space/wp-version-check-action/blob/master/.github/workflows/ci.yml )
265
271
266
272
## Author
267
273
[ GitHub (Technote)] ( https://github.com/technote-space )
0 commit comments