File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
autoupdate :
11
- runs-on : ubuntu-latest
11
+ runs-on : blacksmith
12
12
steps :
13
13
- name : Checkout repo
14
14
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
tagger :
16
- runs-on : ubuntu-latest
16
+ runs-on : blacksmith
17
17
outputs :
18
18
major : ${{ steps.tags.outputs.major }}
19
19
major-minor : ${{ steps.tags.outputs.major-minor }}
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
tagger :
16
- runs-on : ubuntu-latest
16
+ runs-on : blacksmith
17
17
outputs :
18
18
major : ${{ steps.tags.outputs.major }}
19
19
major-minor : ${{ steps.tags.outputs.major-minor }}
Original file line number Diff line number Diff line change 92
92
retention-days : 1
93
93
94
94
merge :
95
- runs-on : ubuntu-latest
95
+ runs-on : blacksmith
96
96
needs :
97
97
- build
98
98
steps :
You can’t perform that action at this time.
0 commit comments