Skip to content

Commit

Permalink
Merge pull request #57 from mnishamk-freiheit/master
Browse files Browse the repository at this point in the history
Add output usage for clearer documentation
  • Loading branch information
lolgab authored Nov 22, 2022
2 parents 41bafb0 + 4e3f3a5 commit f68a42d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@ jobs:
fetch-depth: 0 # fetch the whole repo history

- name: Git Version
uses: codacy/[email protected]
id: version
uses: codacy/[email protected]

- name: Use the version
run: |
echo ${{ steps.version.outputs.version }}
- name: Use the previous version
run: |
echo ${{ steps.version.outputs.previous-version }}
```
### Mono-Repo
Expand Down

0 comments on commit f68a42d

Please sign in to comment.