Skip to content

Commit

Permalink
fix: set environment target for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Jul 15, 2024
1 parent 4027d11 commit f25b194
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/04h_deploy_with_github_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:
required: true
description: The name of the environment where to deploy
type: string

target:
required: true
description: The environment target of the job
type: string
target:
required: true
description: The environment target of the job
type: string

env:
NAMESPACE: shared
Expand Down

0 comments on commit f25b194

Please sign in to comment.