From 43d9c4f2464eca601f74cdfe044cbbf8570c0e3c Mon Sep 17 00:00:00 2001 From: Old Man Umby Date: Tue, 8 Mar 2022 18:24:10 -0600 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3cfe8e1..8114c60 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,13 +1,13 @@ name: Git Version # You may pin to the exact commit or the version. # uses: codacy/git-version@fa06788276d7492a2af01662649696d249ecf4cb - uses: action/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 +uses: action/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 ./ + log-paths: # optional, default is ./