Skip to content

Fixed yaml

Fixed yaml #2

Workflow file for this run

on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
- master
jobs:
balena_cloud_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: balena-io/deploy-to-balena-action@master
id: build

Check failure on line 14 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
with:
balena_token: ${{ secrets.BALENA_TOKEN }}
fleet: arribada/notecard-go
- name: Log release ID built
run: echo "Built release ID ${{ steps.build.outputs.release_id }}"