Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdtronik authored Feb 12, 2025
1 parent bb415cd commit d9e246b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For example, if your current version is `v1.2.1` if you merge a pr with changes
<!-- start usage -->

```yaml
- uses: HenryCabarcas/[email protected].0
- uses: HenryCabarcas/[email protected].4
with:
# Commit to compare changes against (usually branch merging to or pr target)
# This uses the commit id/sha
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
fetch-depth: 2 # Fetch enough history to compare commits

- name: Calculate Next Version
uses: HenryCabarcas/[email protected].0
uses: HenryCabarcas/[email protected].4
id: versioning
with:
target-commit: ${{ github.event.pull_request.base.sha }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
fetch-depth: 2 # Fetch enough history to compare commits

- name: Total Changes
uses: HenryCabarcas/[email protected].0
uses: HenryCabarcas/[email protected].4
id: versioning
with:
source-commit: ${{ github.event.after }}
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
fetch-depth: 0 # Fetch all history to compare commits

- name: Total Changes
uses: HenryCabarcas/[email protected].0
uses: HenryCabarcas/[email protected].4
id: versioning
with:
source-commit: ${{ github.event.after }}
Expand Down

0 comments on commit d9e246b

Please sign in to comment.