Make it preeeeeetty

This commit is contained in:
Johannes Marbach 2023-11-21 14:04:28 +01:00
parent 8dae3562e9
commit be0de442a2

View file

@ -1,16 +1,16 @@
name: Sync labels name: Sync labels
on: on:
workflow_dispatch: {} workflow_dispatch: {}
push: push:
branches: branches:
- develop - develop
paths: paths:
- .github/labels.yml - .github/labels.yml
jobs: jobs:
call-sync: call-sync:
uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop uses: vector-im/element-meta/.github/workflows/sync-labels.yml@develop
inputs: inputs:
LABELS: | LABELS: |
.github/labels.yml .github/labels.yml
secrets: secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }} ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}