We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcb2af commit 056dc12Copy full SHA for 056dc12
.github/workflows/update-changelog.yml
@@ -27,7 +27,11 @@ jobs:
27
uses: actions/checkout@v4
28
29
- name: Update Changelog
30
- run: gbp dch --force-distribution --distribution "${{ inputs.distro }}" -N "${{ inputs.version }}" --debian-branch="${{ github.ref_name }}"
+ run: |
31
+ export DEBEMAIL="regolith.linux@gmail.com"
32
+ export DEBFULLNAME="Regolith Linux"
33
+
34
+ gbp dch --force-distribution --distribution "${{ inputs.distro }}" -N "${{ inputs.version }}" --debian-branch="${{ github.ref_name }}"
35
36
- name: Push Changes
37
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments