Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMisencik authored Dec 6, 2022
1 parent 4c27852 commit 9216e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
id: hello
uses: simonmisencik/gitops-environment-propagation@main
with:
source_enviroment: 'staging'
target_enviroment: 'production'
source_enviroment: ${{ inputs.source_env }}
target_enviroment: ${{ inputs.target_env }}
prefix_folder: 'environments'
suffix_folder: 'app'

Expand Down

0 comments on commit 9216e1b

Please sign in to comment.