forked from Ivasoft/github-actions
Compare commits
2 Commits
v0.0.2
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3e8c2e3f5 | ||
|
|
b4057e26e5 |
@@ -47,7 +47,8 @@ steps:
|
||||
|
||||
## Running locally
|
||||
|
||||
1. Running actions/hello-world-javascript-action action locally via docker:
|
||||
1. If you are running it on mac locally & /var/run/docker.sock file does not exist, first run this command `ln -s ~/.docker/run/docker.sock /var/run/docker.sock`
|
||||
2. Running actions/hello-world-javascript-action action locally via docker:
|
||||
|
||||
```console
|
||||
|
||||
|
||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user