Skip to content

Commit db09746

Browse files
committed
Changed workflow files
1 parent 1dadf7e commit db09746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ftp-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
deploy:
1414
if: github.event.pull_request.merged == true || github.event_name == 'push'
1515
runs-on: ubuntu-latest
16-
environment: FTP_SERVER
16+
environment:
17+
name: FTP_SERVER
1718
steps:
1819
- name: Checkout code
1920
uses: actions/checkout@v3

0 commit comments

Comments
 (0)