mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-04-20 16:08:03 +02:00
Use git action
This commit is contained in:
parent
2d6183d1f4
commit
d823acf618
1 changed files with 1 additions and 1 deletions
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
|
@ -35,7 +35,7 @@ action "Build metadata" {
|
|||
}
|
||||
|
||||
action "push changes" {
|
||||
uses = "actions/bin/shell@master"
|
||||
uses = "veggiemonk/bin/git@master"
|
||||
needs = ["Build metadata"]
|
||||
runs = "sh -c $@"
|
||||
args = "push.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue