Skip to content

Commit

Permalink
updated workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MacdonaldRobinson committed Oct 4, 2020
1 parent dd370c6 commit f596ad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
uses: sebastianpopp/[email protected]
with:
# URL
url: "***REMOVED***"
url: "${{ secrets.SOMEE_FTP_URL }}"

# FTP login name:
user: mac
user: ${{ secrets.SOMEE_FTP_USER }}

# FTP password:
password: ***REMOVED***
password: ${{ secrets.SOMEE_FTP_PASSWORD }}

# Specifies a local directory to sync from as if it were the git project root path.
syncroot: WebApplication/
Expand Down

0 comments on commit f596ad7

Please sign in to comment.