We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733a199 commit 095f2ceCopy full SHA for 095f2ce
.github/workflows/changelog.yaml
@@ -18,12 +18,12 @@ jobs:
18
run: echo ::set-output name=version::${GITHUB_REF#refs/heads/release/}
19
20
- name: Update changelog
21
- uses: thomaseizinger/keep-a-changelog-new-release@v2
+ uses: thomaseizinger/keep-a-changelog-new-release@9382551541c7cb4b84db90fddcbec69bf2744335
22
with:
23
tag: ${{ steps.parse_version.outputs.version }}
24
25
# Has write access to the repository, so pinning to a specific commit
26
- - uses: EndBug/add-and-commit@a94899b
+ - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5
27
28
message: "Update changelog for ${{ steps.parse_version.outputs.version }}"
29
committer_name: GitHub Actions
0 commit comments