Skip to content

Commit

Permalink
restore env inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Palazzi <sysdadmin@m1k.cloud>
  • Loading branch information
ironashram committed Mar 16, 2024
1 parent f9bb31b commit 396678b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@ runs:
fi
- name: Run the ArgoCD Apps Action
env:
INPUT_TARGET_BRANCH: ${{ inputs.target_branch }}
INPUT_CREATE_PR: ${{ inputs.create_pr }}
INPUT_APPS_FOLDER: ${{ inputs.apps_folder }}
INPUT_LABELS: ${{ inputs.labels }}
shell: bash
run: argocd-apps-action

0 comments on commit 396678b

Please sign in to comment.