mirror of
https://github.com/rehlds/.github.git
synced 2025-02-11 06:08:58 +03:00
Sync labels fix
This commit is contained in:
parent
c512896c2b
commit
b192e8bffb
5
.github/workflows/sync_labels.yml
vendored
5
.github/workflows/sync_labels.yml
vendored
@ -3,7 +3,7 @@ name: Sync labels
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
repository:
|
repo:
|
||||||
description: 'Repository'
|
description: 'Repository'
|
||||||
required: true
|
required: true
|
||||||
type: choice
|
type: choice
|
||||||
@ -34,5 +34,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
manifest: .github/labels.yml
|
manifest: .github/labels.yml
|
||||||
repository: |
|
repository: |
|
||||||
${{ inputs.repository }}
|
${{ inputs.repo }}
|
||||||
|
rehlds/.github
|
||||||
token: ${{ secrets.REHLDS_LABELS_PAT }}
|
token: ${{ secrets.REHLDS_LABELS_PAT }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user