Skip to content

Commit d1f10a8

Browse files
committed
dbeaver/dbeaver-devops#2023 Rename input org-or-user to owner in
action.yml
1 parent a612639 commit d1f10a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

checkout-with-deps/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Checkout with dependencies"
22
description: "Checks out a repo along with its dependencies listed in project.deps"
33

44
inputs:
5-
org-or-user:
5+
owner:
66
description: "The organization or user that owns the repository to checkout."
77
required: true
88
repo:
@@ -21,7 +21,7 @@ runs:
2121
- name: Checkout base repo
2222
uses: actions/checkout@v5
2323
with:
24-
repository: ${{ inputs.org-or-user }}/${{ inputs.repo }}
24+
repository: ${{ inputs.owner }}/${{ inputs.repo }}
2525
ref: ${{ inputs.ref }}
2626
token: ${{ inputs.token }}
2727
path: ${{ inputs.repo }}

0 commit comments

Comments
 (0)