Skip to content

Commit

Permalink
Update actions version and config for signed commits
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Oct 3, 2024
1 parent 53448f2 commit 74a31d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/keep-binary-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
keep-binary-up-to-date:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Regenerate binary
run: make
- name: Did anything change?
Expand All @@ -28,11 +28,12 @@ jobs:
echo "binaryupdated=${binaryupdated}" >> $GITHUB_OUTPUT
- name: Create PR with changes
if: steps.vars.outputs.binaryupdated != 0
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update binary for ${{ github.ref_name }}
title: Update caddy binary for ${{ github.ref_name }}
body: This is an auto-generated PR to add an updated binary on ${{ github.ref_name }}.
labels: binary-update, automated-pr
branch: ${{ steps.vars.outputs.branchname }}
base: ${{ github.ref_name }}
sign-commits: true

0 comments on commit 74a31d5

Please sign in to comment.