Skip to content

Sync labels

Sync labels #2

Workflow file for this run

name: Sync labels
on:
workflow_dispatch: {}
push:
branches:
- develop
paths:
- .github/labels.yml
jobs:
call-sync:
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
inputs:

Check failure on line 12 in .github/workflows/sync-labels.yml

View workflow run for this annotation

GitHub Actions / Sync labels

Invalid workflow file

The workflow is not valid. .github/workflows/sync-labels.yml (Line: 12, Col: 9): Unexpected value 'inputs'
LABELS: |
.github/labels.yml
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}