URL: http://github.com/RustPython/RustPython/commit/005860cc0b39e89c5de7396e12a209c7035b6d0a
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update libs status
1 parent 0c14ad1 commit 005860cCopy full SHA for 005860c
.github/workflows/update-libs-status.yaml
@@ -19,24 +19,24 @@ env:
19
jobs:
20
update-issue:
21
runs-on: ubuntu-latest
22
+ if: ${{ github.repository == 'RustPython/RustPython' }}
23
steps:
24
- name: Clone RustPython
25
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26
with:
27
path: rustpython
- persist-credentials: "false"
28
+ persist-credentials: false
29
sparse-checkout: |-
30
Lib
31
scripts/update_lib
32
-
33
- name: Clone CPython ${{ env.PYTHON_VERSION }}
34
35
36
repository: python/cpython
37
path: cpython
38
ref: ${{ env.PYTHON_VERSION }}
39
40
sparse-checkout: |
41
42
0 commit comments