mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Skip python setup when running in a container
This commit is contained in:
parent
bceebba814
commit
9d58699da5
4 changed files with 54 additions and 31 deletions
|
@ -23,7 +23,8 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.1.1",
|
||||
"@actions/exec": "^1.0.1",
|
||||
"@actions/tool-cache": "^1.1.2"
|
||||
"@actions/tool-cache": "^1.1.2",
|
||||
"is-docker": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@zeit/ncc": "0.21.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue