Skip to content

.github/workflows/sync-labels.yml #1

.github/workflows/sync-labels.yml

.github/workflows/sync-labels.yml #1

Workflow file for this run

name: Sync labels
on:
workflow_dispatch: {}
# Disabled for now while we're testing
# push:
# branches:
# - develop
# paths:
# - .github/labels.yml
jobs:
sync-labels:
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop

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. In .github/workflows/sync-labels.yml (Line: 12, Col: 15): Error from called workflow vector-im/element-meta/.github/workflows/sync-labels.yml@develop (Line: 56, Col: 14): Unexpected symbol: '--dir'. Located at position 50 within expression: github.repository != 'vector-im/element-meta' && --dir ..
with:
LABELS: |
vector-im/element-meta
.github/labels.yml
DELETE: true
WET: false
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}