Skip to content

Commit

Permalink
use input
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadel authored Oct 13, 2023
1 parent 9f883a7 commit 4e1e3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-install-argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ on:

env:
LOFT_CLI_VERSION: ${{ inputs.loft-cli-version || 'v3.2.4' }}
GITHUB_ENV: ${{ inputs.target-environment || 'KUBEPI' }}

jobs:
upgrade-install:
name: upgrade-install-argocd
environment: $GITHUB_ENV
environment:
name: ${{ inputs.target-environment }}
runs-on: arc-runner-set
permissions:
id-token: write
Expand Down

0 comments on commit 4e1e3ea

Please sign in to comment.