We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35f405 commit 2e4d236Copy full SHA for 2e4d236
.github/workflows/docker.yaml
@@ -30,7 +30,7 @@ jobs:
30
name: Determine Version
31
uses: gittools/actions/gitversion/execute@v4.1.0
32
with:
33
- additionalArguments: /overrideconfig mode=Mainline
+ overrideConfig: mode=Mainline
34
- name: Install Octopus Deploy CLI
35
uses: OctopusDeploy/install-octocli@v1.1.1
36
.github/workflows/dotnetcore.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
uses: OctopusDeploy/install-octopus-cli-action@v1
43
0 commit comments