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 c0b68f1 commit d021b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hyva-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

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

0 comments on commit d021b10

Please sign in to comment.