File tree Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 8
8
changelog :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - name : 🔍 defaults
12
- uses : ./.github/workflows/defaults
13
-
14
11
- name : 🤘 checkout
15
12
uses : actions/checkout@v2
16
13
with :
17
14
fetch-depth : 0
18
15
ref : main
19
- token : ${{ env.GH_TOKEN }}
16
+
17
+ - name : 🔍 defaults
18
+ uses : ./.github/workflows/defaults
20
19
21
20
- name : ⚙ ruby
22
21
uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 14
14
sync :
15
15
runs-on : windows-latest
16
16
steps :
17
+ - name : 🤘 checkout
18
+ uses : actions/checkout@v2
19
+ with :
20
+ fetch-depth : 0
21
+ ref : main
22
+
17
23
- name : 🔍 defaults
18
24
uses : ./.github/workflows/defaults
19
25
33
39
echo "Rate limit has reset to $($rate.remaining) requests"
34
40
}
35
41
36
- - name : 🤘 checkout
37
- uses : actions/checkout@v2
38
- with :
39
- fetch-depth : 0
40
- ref : main
41
- token : ${{ env.GH_TOKEN }}
42
-
43
42
- name : 🔄 sync
44
43
shell : pwsh
45
44
run : |
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
includes :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - name : 🔍 defaults
15
- uses : ./.github/workflows/defaults
16
-
17
14
- name : 🤘 checkout
18
15
uses : actions/checkout@v2
19
16
17
+ - name : 🔍 defaults
18
+ uses : ./.github/workflows/defaults
19
+
20
20
- name : +M▼ includes
21
21
uses : devlooped/actions-include@v4
22
22
You can’t perform that action at this time.
0 commit comments