Skip to content

Commit

Permalink
Merge pull request #4 from piroinno/init
Browse files Browse the repository at this point in the history
Fix test path buug
  • Loading branch information
piroinno authored Mar 24, 2023
2 parents 3c941d3 + c214fa5 commit bd1eeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/manifest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
run: |
# Lets replace all the variables in the state file
# update the image version
if((Test-Path -Path "${{ inputs.approotpath }}/gitops/scaling/manifests.yaml")){
if((Test-Path -Path "${{ inputs.approotpath }}/gitops/scaling")){
$Manifests = Get-ChildItem -Path ${{ inputs.approotpath }}/gitops/scaling -Include *.yaml,*.yml -Recurse
}
Expand Down

0 comments on commit bd1eeba

Please sign in to comment.