Skip to content

Commit 6d9d32f

Browse files
authored
Checkout repository
1 parent 3627dce commit 6d9d32f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/auto_repair.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
types: [completed]
77

88
jobs:
9+
checkout:
10+
runs-on: self-hosted
11+
steps:
12+
- name: checkout source code
13+
uses: actions/checkout@v2
914
auto-repair:
1015
runs-on: self-hosted
1116
if: ${{ github.event.workflow_run.conclusion == 'failure' }}

0 commit comments

Comments
 (0)