File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11
11
dispatch-matrix-check :
12
12
runs-on : ubuntu-22.04
13
13
steps :
14
+ - name : Checkout repository
15
+ uses : actions/checkout@v4
16
+
14
17
- name : Check permission
15
18
id : check-write-permission
16
19
uses : ./.github/actions/check-permissions
Original file line number Diff line number Diff line change 8
8
dispatch-matrix-check :
9
9
runs-on : ubuntu-22.04
10
10
steps :
11
+ - name : Checkout repository
12
+ uses : actions/checkout@v4
13
+
11
14
- name : Check permission
12
15
id : check-write-permission
13
16
uses : ./.github/actions/check-permissions
Original file line number Diff line number Diff line change 8
8
dispatch-matrix-check :
9
9
runs-on : ubuntu-22.04
10
10
steps :
11
+ - name : Checkout repository
12
+ uses : actions/checkout@v4
13
+
11
14
- name : Check permission
12
15
id : check-write-permission
13
16
uses : ./.github/actions/check-permissions
You can’t perform that action at this time.
0 commit comments