Skip to content

Commit 5cd6c9e

Browse files
authored
Merge pull request #1 from mscoutermarsh/master
improve readme
2 parents e958482 + 4d434a5 commit 5cd6c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You can run any `git` command you need. For example, you could run `git status` like this.
44

5-
```
5+
```hcl
66
workflow "My build" {
77
resolves = [
88
"git command",
@@ -11,7 +11,7 @@ workflow "My build" {
1111
}
1212
1313
action "git command" {
14-
uses = "srt32/git-actions@master"
14+
uses = "srt32/git-actions@v0.0.3"
1515
args = "git status"
1616
}
1717
```

0 commit comments

Comments
 (0)