Skip to content

Commit b6878c7

Browse files
fix: fix formatting
1 parent ca9655b commit b6878c7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-development.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch: # manual run
55
registry_package: # on new package version (main path)
66
workflow_run: # HACK: redundant trigger to mitigate GitHub's huge delays in registry_package event processing
7-
workflows: ["Release Workflow"]
7+
workflows: ['Release Workflow']
88
types:
99
- completed
1010

@@ -16,9 +16,9 @@ jobs:
1616
(github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'development')
1717
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@2.6.0
1818
with:
19-
gitlab-project-id: "2657"
20-
gitlab-project-ref: "main"
21-
environment-name: "development"
19+
gitlab-project-id: '2657'
20+
gitlab-project-ref: 'main'
21+
environment-name: 'development'
2222
secrets:
2323
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
2424
DEPLOY_ACCESS_TOKEN: ${{ secrets.DEPLOY_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)