We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fca08 commit 5b76d03Copy full SHA for 5b76d03
2 files changed
.github/workflows/bumpversion-pr.yaml
@@ -26,7 +26,8 @@ jobs:
26
27
- name: Generate release hint if merged
28
id: changelog
29
- uses: callowayproject/generate-changelog@v0
+# uses: callowayproject/generate-changelog@v0
30
+ uses: ./
31
with:
32
branch_override: ${{ github.base_ref }}
33
skip_output_pipeline: True
action.yml
@@ -26,4 +26,4 @@ branding:
icon: "file-text"
runs:
using: "docker"
- image: "Dockerfile"
+ image: "ghcr.io/callowayproject/generate-changelog:v0"
0 commit comments