Skip to content

Commit e726baf

Browse files
committed
sign update commits
1 parent f0e54bd commit e726baf

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/update-install-script.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,7 @@ jobs:
2020
- name: Run build-install.sh
2121
run: ci/build-install.sh
2222

23-
- name: Check for changes
24-
id: changes
25-
run: |
26-
git add scripts/chezmoi-install.sh
27-
if git diff --cached --quiet; then
28-
echo "changed=false" >> $GITHUB_OUTPUT
29-
else
30-
echo "changed=true" >> $GITHUB_OUTPUT
31-
fi
32-
3323
- name: Create Pull Request
34-
if: steps.changes.outputs.changed == 'true'
3524
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
3625
with:
3726
commit-message: "Update chezmoi-install.sh"
@@ -41,3 +30,4 @@ jobs:
4130
base: ${{ github.ref_name }}
4231
labels: "update"
4332
reviewers: "linuxdaemon"
33+
sign-commits: true

0 commit comments

Comments
 (0)