Skip to content

Commit

Permalink
Fix syntax errors for master-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygolubkow committed Jul 18, 2023
1 parent c456cea commit 3380dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# required: true

concurrency:
group: ${{ input.environment }}
group: deploy
cancel-in-progress: false

permissions:
Expand All @@ -28,6 +28,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Connect to "
run: "echo 'test' && echo $inputs.environment"
run: "echo 'test' && echo ${{ inputs.environment }}"


0 comments on commit 3380dad

Please sign in to comment.