1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-20 16:08:03 +02:00

Update github action sha

This commit is contained in:
Julien Bisconti 2019-01-25 20:34:07 +01:00
parent 6ad86fdab1
commit ffb986dbde
No known key found for this signature in database
GPG key ID: 62772C6698F736CB

View file

@ -4,11 +4,10 @@ workflow "New workflow" {
}
action "skip-commit" {
uses = "veggiemonk/skip-commit@master"
uses = "veggiemonk/skip-commit@f92ccae2d4e62d0c0fb4c32c20cac536d9d88b35"
env = {
COMMIT_FILTER = "skip-ci"
}
}
action "npm install" {