We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080b0eb commit 6ef4cdeCopy full SHA for 6ef4cde
README.md
@@ -103,3 +103,7 @@ The following tags will be created or attached to latest release.
103
- e.g. `v1`
104
- minor tag name (generated by tag name)
105
- e.g. `v1.2`
106
+
107
+## Author
108
+[GitHub (Technote)](https://github.com/technote-space)
109
+[Blog](https://technote.space)
_config.yml
@@ -0,0 +1,4 @@
1
+theme: jekyll-theme-architect
2
3
+# Google Analytics
4
+google_analytics: UA-78163306-3
action.yml
@@ -32,6 +32,9 @@ inputs:
32
CREATE_MINOR_VERSION_TAG:
33
description: Whether to create minor version tag.
34
default: true
35
+branding:
36
+ icon: 'tag'
37
+ color: 'green'
38
runs:
39
using: node12
40
main: lib/main.js
0 commit comments