Skip to content

Commit

Permalink
Merge pull request #1124 from x-delfino/patch-1
Browse files Browse the repository at this point in the history
docs: error in `gitversion` `execute` usage example
  • Loading branch information
arturcic authored May 21, 2024
2 parents d4bae01 + 4850362 commit 772ee41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/github/gitversion/execute/usage-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ steps:
with:
fetch-depth: 0

- task: gittools/actions/gitversion/[email protected]
displayName: Install GitVersion
inputs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'
```
Expand Down

0 comments on commit 772ee41

Please sign in to comment.