Skip to content

Make the description more explicit #11

Make the description more explicit

Make the description more explicit #11

Workflow file for this run

---
name: Sync Labels
on:
pull_request_target
jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Sync Labels
uses: ./
env:
GH_TOKEN: ${{ github.token }}