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 58986db commit 6c22a68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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 }}

8 changes: 4 additions & 4 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 All @@ -64,7 +64,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 6c22a68

Please sign in to comment.