Skip to content

Commit

Permalink
Update starter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artlov authored Aug 21, 2024
1 parent 2e95578 commit 2bfc506
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ on:
default: false

jobs:
deploy:
runs-on: [ubuntu-latest]
steps:
- name: Print choice
run: |
echo "Selected choice is: ${{ inputs.choice }}"
echo "Branch to use: ${{ github.ref_name }}"
call-workflow:
uses: ./.github/workflows/deploy.yml
with:
choice: ${{ inputs.choice }}
service-restart: ${{ inputs.service-restart }}

0 comments on commit 2bfc506

Please sign in to comment.