Skip to content

Commit 2960dd4

Browse files
committed
Update action.yml
1 parent d851d41 commit 2960dd4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

action.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,20 @@ inputs:
1010
pr_label_name:
1111
description: 'Autorebase PR label'
1212
required: true
13+
repository:
14+
description: 'A full repository name'
15+
default: ${{ github.repository }}
16+
required: false
17+
ref:
18+
description: 'A ref of the branch to rebase to'
19+
default: ${{ github.ref }}
20+
required: false
1321
runs:
1422
using: 'docker'
1523
image: 'Dockerfile'
1624
args:
1725
- ${{ inputs.token }}
1826
- ${{ inputs.worflow_id }}
1927
- ${{ inputs.pr_label_name }}
20-
- ${{ github.ref }}
21-
- ${{ github.repository }}
28+
- ${{ inputs.ref }}
29+
- ${{ inputs.repository }}

0 commit comments

Comments
 (0)