Skip to content

Update autoupdate.yml #2

Update autoupdate.yml

Update autoupdate.yml #2

Workflow file for this run

name: autoupdate
on:
# This will trigger on all pushes to all branches.
push:
# Alternatively, you can only trigger if commits are pushed to certain branches, e.g.:
branches:
- main
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-22.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:

Check failure on line 15 in .github/workflows/autoupdate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/autoupdate.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'\
PR_FILTER: "labelled"
PR_LABELS: "epic"