Lincoln101-ai / Linconspiricy-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Action for running git commands

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/git-actions@v0.0.3"
  args = "git status"
}

About

License:MIT License


Languages

Language:Dockerfile 67.8%Language:Shell 32.2%