Skip to content

Commit 196129d

Browse files
authored
Update on-issue.yml
1 parent 5043d22 commit 196129d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/on-issue.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ on:
66
jobs:
77
run:
88
name: Run Bot
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@v4
12-
- run: yarn
13-
- uses: ./
11+
- name: Checkout
12+
uses: actions/checkout@v4
13+
- name: Setup
14+
run: yarn
15+
- name: Run
16+
uses: ./
1417
with:
1518
github-token: "${{ secrets.REPO_TOKEN }}"

0 commit comments

Comments
 (0)