mirror of
https://github.com/rehlds/.github.git
synced 2025-02-06 02:30:37 +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:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
repository:
|
||||
repo:
|
||||
description: 'Repository'
|
||||
required: true
|
||||
type: choice
|
||||
@ -34,5 +34,6 @@ jobs:
|
||||
with:
|
||||
manifest: .github/labels.yml
|
||||
repository: |
|
||||
${{ inputs.repository }}
|
||||
${{ inputs.repo }}
|
||||
rehlds/.github
|
||||
token: ${{ secrets.REHLDS_LABELS_PAT }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user