Skip to content

Commit

Permalink
fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Nov 28, 2023
1 parent bf55a46 commit 57d6fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build-push-kotsadm-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: 'Build and push kotsadm image'
description: 'Composite action for building and pushing kotsadm image'
inputs:
chainguard-gcp-wif-pool:
description: 'Chainguard's GCP workload identity pool'
description: 'GCP workload identity pool for Chainguard'
required: true

chainguard-gcp-sa:
description: 'Chainguard's GCP service account'
description: 'GCP service account for Chainguard'
required: true

chainguard-gcp-project-id:
description: 'Chainguard's GCP project ID'
description: 'GCP project ID for Chainguard'
required: true

image-name:
Expand Down

0 comments on commit 57d6fb7

Please sign in to comment.