Skip to content

Commit

Permalink
Enable additionalArguments in gitversion action
Browse files Browse the repository at this point in the history
- Un-commented the 'with' section under the gitversion execution step in the GitHub workflow.
- Added 'additionalArguments: '/showConfig'' to display configuration details during runtime.
  • Loading branch information
winromulus committed Jun 15, 2024
1 parent a5555cd commit cbde1a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:

- name: tools - gitversion - execute
uses: gittools/actions/gitversion/[email protected]
# with:
with:
additionalArguments: '/showConfig'
# useConfigFile: true
# configFilePath: GitVersion.yaml

Expand Down

0 comments on commit cbde1a4

Please sign in to comment.