We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbb444 commit e958482Copy full SHA for e958482
README.md
@@ -1,5 +1,7 @@
1
# GitHub Action for running git commands
2
3
+You can run any `git` command you need. For example, you could run `git status` like this.
4
+
5
```
6
workflow "My build" {
7
resolves = [
0 commit comments