Skip to content

Commit bef03c3

Browse files
authored
Update README.md
Changing fTP to FTP
1 parent 0fae300 commit bef03c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Automate deploying websites and more with this GitHub action.
99
on: push
1010
name: Publish Website
1111
jobs:
12-
fTP-Deploy-Action:
12+
FTP-Deploy-Action:
1313
name: FTP-Deploy-Action
1414
runs-on: ubuntu-latest
1515
steps:
@@ -70,7 +70,7 @@ Make sure you have an npm script named 'build'. This config should work for most
7070
on: push
7171
name: Build and Publish Front End Framework Website
7272
jobs:
73-
fTP-Deploy-Action:
73+
FTP-Deploy-Action:
7474
name: FTP-Deploy-Action
7575
runs-on: ubuntu-latest
7676
steps:
@@ -105,7 +105,7 @@ Ouputs a list of files that will be created/modified to sync your source without
105105
on: push
106106
name: Publish Website Dry Run
107107
jobs:
108-
fTP-Deploy-Action:
108+
FTP-Deploy-Action:
109109
name: FTP-Deploy-Action
110110
runs-on: ubuntu-latest
111111
steps:

0 commit comments

Comments
 (0)