File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' }}
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : seqeralabs/action-tower-launch@v1
21+ - uses : seqeralabs/action-tower-launch@v2
2222 with :
2323 workspace_id : ${{ secrets.TOWER_WORKSPACE_ID }}
2424 access_token : ${{ secrets.TOWER_ACCESS_TOKEN }}
3838 if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'gcp' }}
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : seqeralabs/action-tower-launch@v1
41+ - uses : seqeralabs/action-tower-launch@v2
4242 with :
4343 workspace_id : ${{ secrets.TOWER_WORKSPACE_ID }}
4444 access_token : ${{ secrets.TOWER_ACCESS_TOKEN }}
5858 if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'azure' }}
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : seqeralabs/action-tower-launch@v1
61+ - uses : seqeralabs/action-tower-launch@v2
6262 with :
6363 workspace_id : ${{ secrets.TOWER_WORKSPACE_ID }}
6464 access_token : ${{ secrets.TOWER_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments