Skip to content

Commit 4874959

Browse files
author
derBobby
committed
refactor(pipeline): Moving tag v3.0.0 further
BREAKING CHANGE: Input vars changed
1 parent 6032c94 commit 4874959

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/callable-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ jobs:
3333
host: ${{ secrets.DEPLOYMENT_HOST }}
3434
port: ${{ secrets.DEPLOYMENT_PORT }}
3535
key: ${{ secrets.DEPLOYMENT_SSH_KEY }}
36-
script: -a ${{ inputs.app }} -e ${{ inputs.environment }} -t ${{ inputs.app-version }}
37-
36+
script: -a ${{ inputs.app }} -e ${{ inputs.environment }} -t ${{ inputs.app-version }}

0 commit comments

Comments
 (0)