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 789ea06 commit ef9d32f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -23,7 +23,7 @@ concurrency:

jobs:
deploy-to-development:
with:
with:
environment: Development
branch: main
secrets:
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 @@ -27,4 +27,3 @@ jobs:
OCTOPUS_URL: ${{ secrets.OCTOPUS_URL }}
OCTOPUS_SERVICE_ACCOUNT_ID: ${{ secrets.OCTOPUS_SERVICE_ACCOUNT_ID }}
uses: ./.github/workflows/deploymentWorkflow.yaml

13 changes: 6 additions & 7 deletions .github/workflows/deployMain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@ jobs:
# with:
# environment: Staging
# branch: main
# secrets:
# OCTOPUS_URL: {{ secrets.OCTOPUS_URL }}
# OCTOPUS_SERVICE_ACCOUNT_ID: {{ secrets.OCTOPUS_SERVICE_ACCOUNT_ID }}
# secrets:
# OCTOPUS_URL: {{ secrets.OCTOPUS_URL }}
# OCTOPUS_SERVICE_ACCOUNT_ID: {{ secrets.OCTOPUS_SERVICE_ACCOUNT_ID }}
# uses: ./.github/workflows/deploymentWorkflow.yaml

# deploy-to-production:
# with:
# environment: Production
# branch: main
# secrets:
# OCTOPUS_URL: {{ secrets.OCTOPUS_URL }}
# OCTOPUS_SERVICE_ACCOUNT_ID: {{ secrets.OCTOPUS_SERVICE_ACCOUNT_ID }}
# secrets:
# OCTOPUS_URL: {{ secrets.OCTOPUS_URL }}
# OCTOPUS_SERVICE_ACCOUNT_ID: {{ secrets.OCTOPUS_SERVICE_ACCOUNT_ID }}
# uses: ./.github/workflows/deploymentWorkflow.yaml

0 comments on commit ef9d32f

Please sign in to comment.