File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,20 @@ jobs:
1313 runs-on : ubuntu-24.04
1414 permissions :
1515 contents : read
16-
16+
1717 steps :
18- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+ - name : Checkout repository
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+ with :
21+ repository : ${{ inputs.repository || github.repository }}
22+ persist-credentials : false
23+
24+ - name : Checkout the action from the current branch
25+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1926 with :
20- repository : bastikr/boolean.py
27+ sparse-checkout : action.yml
28+ sparse-checkout-cone-mode : false
29+ path : scancode-action
2130 persist-credentials : false
2231
2332 - name : Set up Python
@@ -27,10 +36,10 @@ jobs:
2736
2837 - name : Install pypa/build and twine
2938 run : python -m pip install --user --upgrade build twine packaging pip setuptools
30-
39+
3140 - name : Build a binary wheel
3241 run : python -m build --wheel --outdir dist/
33-
42+
3443 - name : Upload wheel
3544 uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3645 with :
4453 with :
4554 artifact-name : wheel_archives
4655 repository : bastikr/boolean.py
47- steps : " python"
56+ steps : " python"
You can’t perform that action at this time.
0 commit comments