File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
steps :
61
61
- name : Checkout Code
62
62
uses : actions/checkout@v4
63
- - uses : shuttle-hq/deploy-action/deploy-action@main
63
+ - uses : shuttle-hq/deploy-action@v2
64
64
with :
65
- deploy -key : ${{ secrets.SHUTTLE_API_KEY }}
65
+ shuttle-api -key : ${{ secrets.SHUTTLE_API_KEY }}
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ fn generate() {
57
57
. runs_on ( "ubuntu-latest" )
58
58
. add_step ( Step :: checkout ( ) )
59
59
. add_step (
60
- Step :: uses ( "shuttle-hq/deploy-action " , "deploy-action" , "main " )
61
- . add_with ( ( "deploy -key" , "${{ secrets.SHUTTLE_API_KEY }}" ) ) ,
60
+ Step :: uses ( "shuttle-hq" , "deploy-action" , "v2 " )
61
+ . add_with ( ( "shuttle-api -key" , "${{ secrets.SHUTTLE_API_KEY }}" ) ) ,
62
62
) ;
63
63
64
64
Workflow :: new ( "Build and Test" )
You can’t perform that action at this time.
0 commit comments