File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 package :
88 runs-on : ubuntu-16.04
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v1
1111 - name : Generate build number
1212 id : buildnumber
1313 uses : einaregilsson/build-number@v2
1414 with :
1515 token : ${{secrets.github_token}}
1616 - name : Package
1717 id : package
18- uses : AutoModality/action-package-debian-ros@feature/BB-780
18+ uses : AutoModality/action-package-debian-ros@v1.1.1
1919 with :
2020 branch : ${{ github.event.pull_request.head.ref }}
2121 pull-request-number : ${{ github.event.number }}
Original file line number Diff line number Diff line change 66 - master
77jobs :
88 build :
9- runs-on : ${{ matrix.os }}
10- strategy :
11- matrix :
12- os : [ubuntu-18.04,ubuntu-16.04, self-hosted]
13- fail-fast : true
9+ runs-on : ubuntu-16.04
1410 steps :
15- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v1
1612 - name : Package
17- uses : AutoModality/action-package-debian-ros@feature/BB-780
13+ uses : AutoModality/action-package-debian-ros@v1.1.1
1814
1915
You can’t perform that action at this time.
0 commit comments