Skip to content

test it

test it #2

Workflow file for this run

name: Release Deploy
on:
release:
types: [published]
pull_request:
branches: ['main']
jobs:
deploy:

Check failure on line 10 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: DigitalOcean App Platform deployment
uses: digitalocean/[email protected]
with:
app_name: ${{ secrets.PROD_APP_NAME }}
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}