File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 autoupdate :
11- runs-on : ubuntu-latest
11+ runs-on : blacksmith
1212 steps :
1313 - name : Checkout repo
1414 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 tagger :
16- runs-on : ubuntu-latest
16+ runs-on : blacksmith
1717 outputs :
1818 major : ${{ steps.tags.outputs.major }}
1919 major-minor : ${{ steps.tags.outputs.major-minor }}
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 tagger :
16- runs-on : ubuntu-latest
16+ runs-on : blacksmith
1717 outputs :
1818 major : ${{ steps.tags.outputs.major }}
1919 major-minor : ${{ steps.tags.outputs.major-minor }}
Original file line number Diff line number Diff line change 9292 retention-days : 1
9393
9494 merge :
95- runs-on : ubuntu-latest
95+ runs-on : blacksmith
9696 needs :
9797 - build
9898 steps :
You can’t perform that action at this time.
0 commit comments