Skip to content

Commit 2e4d236

Browse files
committed
Fixed arguments
1 parent f35f405 commit 2e4d236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Determine Version
3131
uses: gittools/actions/gitversion/execute@v4.1.0
3232
with:
33-
additionalArguments: /overrideconfig mode=Mainline
33+
overrideConfig: mode=Mainline
3434
- name: Install Octopus Deploy CLI
3535
uses: OctopusDeploy/install-octocli@v1.1.1
3636
with:

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: Determine Version
3838
uses: gittools/actions/gitversion/execute@v4.1.0
3939
with:
40-
additionalArguments: /overrideconfig mode=Mainline
40+
overrideConfig: mode=Mainline
4141
- name: Install Octopus Deploy CLI
4242
uses: OctopusDeploy/install-octopus-cli-action@v1
4343
with:

0 commit comments

Comments
 (0)