Update D3rHase/ssh-command-action action to v0.2.2 #246

Closed
RenovateBot wants to merge 1 commit from renovate/d3rhase-ssh-command-action-0.x into develop
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build - run: yarn build
- name: Deploy Production - name: Deploy Production
uses: D3rHase/ssh-command-action@v0.2.1 uses: D3rHase/ssh-command-action@v0.2.2
with: with:
HOST: ${{secrets.HOST}} HOST: ${{secrets.HOST}}
PORT: ${{secrets.PORT}} PORT: ${{secrets.PORT}}

View file

@ -18,7 +18,7 @@ jobs:
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn build - run: yarn build
- name: Deploy Staging - name: Deploy Staging
uses: D3rHase/ssh-command-action@v0.2.1 uses: D3rHase/ssh-command-action@v0.2.2
with: with:
HOST: ${{secrets.HOST}} HOST: ${{secrets.HOST}}
PORT: ${{secrets.PORT}} PORT: ${{secrets.PORT}}