mirror of
https://github.com/peter-evans/create-pull-request.git
synced 2026-05-14 18:42:43 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9ee7487c9 | |||
| 305373e8f3 | |||
| 04bf3d439a |
@@ -1,2 +1,6 @@
|
||||
__pycache__
|
||||
.python-version
|
||||
|
||||
node_modules
|
||||
|
||||
.DS_Store
|
||||
|
||||
Vendored
+1
-1
@@ -965,7 +965,7 @@ async function run() {
|
||||
core.debug(`src: ${src}`);
|
||||
|
||||
// Setup Python from the tool cache
|
||||
setupPython("3.8.0", "x64");
|
||||
setupPython("3.8.x", "x64");
|
||||
|
||||
// Install requirements
|
||||
await exec.exec("pip", [
|
||||
|
||||
Vendored
+2
-2
@@ -1,2 +1,2 @@
|
||||
GitPython==3.0.5
|
||||
PyGithub==1.44.1
|
||||
GitPython==3.0.8
|
||||
PyGithub==1.46
|
||||
|
||||
@@ -10,7 +10,7 @@ async function run() {
|
||||
core.debug(`src: ${src}`);
|
||||
|
||||
// Setup Python from the tool cache
|
||||
setupPython("3.8.0", "x64");
|
||||
setupPython("3.8.x", "x64");
|
||||
|
||||
// Install requirements
|
||||
await exec.exec("pip", [
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
GitPython==3.0.5
|
||||
PyGithub==1.44.1
|
||||
GitPython==3.0.8
|
||||
PyGithub==1.46
|
||||
|
||||
Reference in New Issue
Block a user