Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2024
1 parent 5b596de commit 7f78b57
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/createNewRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to deploy'
description: "Branch to deploy"
required: true
default: main

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deployBranch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to deploy'
description: "Branch to deploy"
required: true
default: main

Expand All @@ -24,4 +24,3 @@ jobs:
environment: Development
branch: ${{ github.event.inputs.branch }}
uses: ./.github/workflows/deploymentWorkflow.yaml

1 change: 0 additions & 1 deletion .github/workflows/deployMain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ jobs:
# environment: Production
# branch: main
# uses: ./.github/workflows/deploymentWorkflow.yaml

6 changes: 3 additions & 3 deletions .github/workflows/deploymentWorkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- name: Login to Octopus 🐙
uses: OctopusDeploy/login@v1
with:
with:
server: ${{ secrets.OCTOPUS_URL }}
service_account_id: ${{ secrets.OCTOPUS_SERVICE_ACCOUNT_ID }}

Expand All @@ -137,7 +137,7 @@ jobs:
steps:
- name: Login to Octopus 🐙
uses: OctopusDeploy/login@v1
with:
with:
server: ${{ secrets.OCTOPUS_URL }}
service_account_id: ${{ secrets.OCTOPUS_SERVICE_ACCOUNT_ID }}

Expand All @@ -158,7 +158,7 @@ jobs:
steps:
- name: Login to Octopus 🐙
uses: OctopusDeploy/login@v1
with:
with:
server: ${{ secrets.OCTOPUS_URL }}
service_account_id: ${{ secrets.OCTOPUS_SERVICE_ACCOUNT_ID }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/octopusRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
project: ${{ env.OCTOPUS_PROJECT }}
release_number: ${{ needs.octopus-release.outputs.release_number }}
tenants: CDC EXT
environment: Development
environment: Development

0 comments on commit 7f78b57

Please sign in to comment.