mirror of
https://github.com/oldmanumby/DND.SRD.Wiki.git
synced 2025-04-30 06:11:41 -04:00
Install Git Version
This commit is contained in:
parent
b2e1be7c3d
commit
493ac7a948
1 changed files with 13 additions and 0 deletions
13
.github/workflows/action.yml
vendored
Normal file
13
.github/workflows/action.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
- name: Git Version
|
||||||
|
# You may pin to the exact commit or the version.
|
||||||
|
# uses: codacy/git-version@fa06788276d7492a2af01662649696d249ecf4cb
|
||||||
|
uses: codacy/git-version@2.4.0
|
||||||
|
with:
|
||||||
|
# The name of the release branch
|
||||||
|
release-branch: # default is master
|
||||||
|
# The name of the dev branch
|
||||||
|
dev-branch: # default is dev
|
||||||
|
# The prefix to use in the version
|
||||||
|
prefix: # optional
|
||||||
|
# The paths to be used to calculate changes (comma-separated)
|
||||||
|
log-paths: # optional, default is ./
|
Loading…
Add table
Reference in a new issue