Skip to content

Fix gh actions?

Fix gh actions? #2

Workflow file for this run

name: Deploy download.lucee.org
on:
- workflow_dispatch
jobs:
deploy-to-download:

Check failure on line 5 in .github/workflows/deploydownload.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploydownload.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Trigger deployments
run: |
curl -XPOST -u ${{ secrets.DEPLOY_API_TOKEN }}:${{ secrets.DEPLOY_API_TOKEN }} "${{ secrets.DEPLOY_API_ENDPOINT }}/download/"