Update action.yml
This commit is contained in:
parent
c7ca7cf509
commit
43d9c4f246
1 changed files with 9 additions and 9 deletions
18
.github/workflows/action.yml
vendored
18
.github/workflows/action.yml
vendored
|
@ -1,13 +1,13 @@
|
||||||
name: Git Version
|
name: Git Version
|
||||||
# You may pin to the exact commit or the version.
|
# You may pin to the exact commit or the version.
|
||||||
# uses: codacy/git-version@fa06788276d7492a2af01662649696d249ecf4cb
|
# uses: codacy/git-version@fa06788276d7492a2af01662649696d249ecf4cb
|
||||||
uses: action/git-version@2.4.0
|
uses: action/git-version@2.4.0
|
||||||
with:
|
with:
|
||||||
# The name of the release branch
|
# The name of the release branch
|
||||||
release-branch: # default is master
|
release-branch: # default is master
|
||||||
# The name of the dev branch
|
# The name of the dev branch
|
||||||
dev-branch: # default is dev
|
dev-branch: # default is dev
|
||||||
# The prefix to use in the version
|
# The prefix to use in the version
|
||||||
prefix: # optional
|
prefix: # optional
|
||||||
# The paths to be used to calculate changes (comma-separated)
|
# The paths to be used to calculate changes (comma-separated)
|
||||||
log-paths: # optional, default is ./
|
log-paths: # optional, default is ./
|
||||||
|
|
Loading…
Add table
Reference in a new issue