Skip to content

Commit

Permalink
Update hyva-stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-prabhu authored Dec 14, 2023
1 parent 81e12de commit 1fa4a8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/hyva-stage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: hyva-stage-deploy
name: hyva-stage-deploy-test

on:
workflow_dispatch:
Expand All @@ -21,8 +21,7 @@ jobs:

steps:
- name: Set Default Value if Not Provided
run: |
echo "custom_branch=${{ github.event.inputs.current-branch || '' }}" >> $GITHUB_ENV
run: echo "custom_branch=${{ github.event.inputs.current-branch || '' }}" >> $GITHUB_ENV

- name: SSH into the machine and run some commands
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 1fa4a8d

Please sign in to comment.