We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9f19c commit d0af0e4Copy full SHA for d0af0e4
1 file changed
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
username: ubuntu
21
key: ${{ secrets.SSH_PRIVATE_KEY }}
22
script: |
23
- cd ~/FileTransfer
+ cd ~/filetransfer
24
git pull origin main
25
npm install
26
npm run build
0 commit comments