checkout repo

This commit is contained in:
0xSage 2023-12-01 14:42:23 +08:00
parent 347cb62b63
commit e3b39819c6

View File

@ -8,6 +8,7 @@ on:
types: types:
- reopened - reopened
- opened - opened
- edited
jobs: jobs:
label_issues: label_issues:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -15,6 +16,8 @@ jobs:
issues: write issues: write
pull-requests: write pull-requests: write
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Label issues - name: Label issues
run: | run: |
ISSUE_TITLE=$(gh issue view ${{ github.event.number }} --json title -q ".title") ISSUE_TITLE=$(gh issue view ${{ github.event.number }} --json title -q ".title")