mirror of
https://github.com/pyenv/pyenv.git
synced 2026-02-06 18:57:35 +09:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2a43bbcdb | ||
|
|
2f10394d33 |
2
.github/workflows/add_version.yml
vendored
2
.github/workflows/add_version.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
python plugins/python-build/scripts/add_cpython.py --verbose >added_versions.lst && rc=$? || rc=$?
|
||||
echo "rc=$rc" >> $GITHUB_ENV
|
||||
- name: set PR properties
|
||||
if: env.rc == 0
|
||||
shell: python
|
||||
run: |
|
||||
import os
|
||||
@ -43,3 +44,4 @@ jobs:
|
||||
with:
|
||||
branch: ${{ env.branch_name }}
|
||||
title: ${{ env.pr_name }}
|
||||
token: ${{ secrets.TOKEN_AUTO_PR }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user