Skip to content

Commit

Permalink
oblt-cli: no more repo but repository flag (#188)
Browse files Browse the repository at this point in the history
* oblt-cli: no more repo but repository flag

* bump version
  • Loading branch information
v1v authored Dec 9, 2024
1 parent 8de5f9a commit e1a033e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oblt-cli/cluster-create-ccs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
gitOpsFlags = []
if (gitops === 'true') {
gitOpsFlags.push(`--repo=${context.repo.owner}/${context.repo.repo}`)
gitOpsFlags.push(`--repository=${context.repo.owner}/${context.repo.repo}`)
if (context.eventName === 'pull_request') {
gitOpsFlags.push(`--pull-request=${context.issue.number}`)
gitOpsFlags.push(`--comment-id=${context.payload.comment.id}`)
Expand All @@ -94,7 +94,7 @@ runs:
}
- uses: elastic/oblt-actions/oblt-cli/[email protected].2
- uses: elastic/oblt-actions/oblt-cli/[email protected].5
with:
github-token: ${{ inputs.github-token }}
slack-channel: ${{ inputs.slack-channel }}
Expand Down

0 comments on commit e1a033e

Please sign in to comment.