1
0
Fork 0
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:
Julien Bisconti 2019-01-25 20:03:09 +01:00
parent 2d6183d1f4
commit d823acf618
No known key found for this signature in database
GPG key ID: 62772C6698F736CB

View file

@ -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"