You can run any git command you need. For example, you could run git status like this.
workflow "My build" {
resolves = [
"git command",
]
on = "push"
}
action "git command" {
uses = "srt32/[email protected]"
args = "git status"
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
You can run any git command you need. For example, you could run git status like this.
workflow "My build" {
resolves = [
"git command",
]
on = "push"
}
action "git command" {
uses = "srt32/[email protected]"
args = "git status"
}