We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d9768 commit 0d9265cCopy full SHA for 0d9265c
1 file changed
.github/workflows/tests.yaml
@@ -14,6 +14,9 @@ on:
14
workflow_dispatch:
15
workflow_call:
16
inputs:
17
+ repository:
18
+ required: true
19
+ type: string
20
astroid_sha:
21
required: true
22
type: string
@@ -53,7 +56,7 @@ jobs:
53
56
name: Check out code from GitHub
54
57
uses: actions/[email protected]
55
58
with:
- repository: ${{ github.repository }}
59
+ repository: ${{ inputs.repository || github.repository }}
60
- &setup-python
61
name: Set up Python ${{ matrix.python-version }}
62
id: python
0 commit comments