You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-37Lines changed: 0 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,53 +24,16 @@ Inside your `.github/workflows/workflow.yml` file:
24
24
steps:
25
25
- uses: actions/checkout@v1
26
26
- uses: RiskLedger/generate-changelog@v2
27
-
with:
28
-
from: ${ value }} # The old commit sha or tag you'd like to compare with
29
-
to: ${GITHUB_SHA} # The commit SHA that triggered the workflow run
30
27
env:
31
28
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
32
29
```
33
30
34
-
> **Note**: If you need to get the previous commit, (e.g. comparing the diff between your current branch dev & master), this can be achieved with the following:
This action currently supports two inputs from the user: `from` and `to`. These inputs, along with their descriptions and usage contexts, are listed in the table below:
0 commit comments