Skip to content

Commit 446cd05

Browse files
authored
workflows:: fix bug
1 parent 833d19a commit 446cd05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prmate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ permissions:
1616

1717
jobs:
1818
test-self-hosted:
19-
runs-on: self-hosted
19+
runs-on: ubuntu-latest
2020

2121
steps:
2222
- name: PRMate Review
23-
uses: leewr9/prmate@v1.0.7
23+
uses: leewr9/prmate@v1.0.8
2424
with:
2525
pr-number: ${{ inputs.pr_number }}
2626
repository: ${{ github.repository }}
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: PRMate Review
39-
uses: leewr9/prmate@v1.0.7
39+
uses: leewr9/prmate@v1.0.8
4040
with:
4141
pr-number: ${{ inputs.pr_number }}
4242
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)