Skip to content

removed server-dir: ${{ secrets.SERVER_DIR }} #9

removed server-dir: ${{ secrets.SERVER_DIR }}

removed server-dir: ${{ secrets.SERVER_DIR }} #9

Workflow file for this run

- name: Debug Secrets

Check failure on line 1 in .github/workflows/test-secrets.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-secrets.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
run: |
echo "FTP Server Address: ${{ secrets.FTP_SERVER_ADDRESS }}"
echo "FTP Username: ${{ secrets.FTP_USERNAME }}"
echo "FTP Password: ${{ secrets.FTP_PASSWORD }}"
echo "FTP Port: ${{ secrets.FTP_PORT }}"