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 3, 2024
1 parent a3b7f3a commit e53288e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/createNewRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
OCTOPUS_SPACE: 'default'
OCTOPUS_SPACE: "default"

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

6 changes: 3 additions & 3 deletions .github/workflows/octopusRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- main

env:
OCTOPUS_SPACE: 'Default'
OCTOPUS_PROJECT: 'Data Ingestion Building Blocks'
OCTOPUS_SPACE: "Default"
OCTOPUS_PROJECT: "Data Ingestion Building Blocks"

jobs:
release-version:
Expand Down Expand Up @@ -43,7 +43,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

0 comments on commit e53288e

Please sign in to comment.