このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
isprogram
/
pyenv
ミラー元
https://github.com/pyenv/pyenv.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プロジェクト
0
リリース
240
Wiki
アクティビティ
ソースを参照
CI: modified-scripts-build: fix CPython-specific jobs never firing (
#3338
)
pull/3341/head
tuzi3040
9ヶ月前
committed by
GitHub
親
519ce9dbf0
コミット
8e34326347
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
B5690EEEBB952194
1個のファイルの変更
、
1行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
.github/workflows/modified_scripts_build.yml
+ 1
- 0
.github/workflows/modified_scripts_build.yml
ファイルの表示
@ -5,6 +5,7 @@ jobs:
runs-on
:
ubuntu-latest
outputs:
versions
:
${{steps.modified-versions.outputs.versions}}
versions_cpython_only
:
${{steps.modified-versions.outputs.versions_cpython_only}}
steps:
-
uses
:
actions/checkout@v5
-
run
:
git fetch origin "$GITHUB_BASE_REF"
書き込み
プレビュー
読み込み中…
キャンセル
保存