Skip to content

Commit

Permalink
fix: Add environment info to deploy gha
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Dec 3, 2024
1 parent 1fa73f1 commit 633c340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_with_github_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:

jobs:
deploy:
runs-on: [ self-hosted-job ]
runs-on: [ self-hosted-job, "${{ inputs.environment }}" ]
name: Deploy on AKS
environment: ${{ inputs.environment }}
steps:
Expand Down

0 comments on commit 633c340

Please sign in to comment.