Skip to content

Commit

Permalink
added automated pr workflow versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
swazau committed Jun 25, 2024
1 parent af77418 commit 6a23356
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-arm64-magisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
token: ${{ secrets.ACTIONS_SECRET }}
path: gocryptfs-magisk
branch: update-gocryptfs-binary
title: Update gocryptfs binary
title: Update gocryptfs binary to version ${{ env.version }}
body: |
Automated update of gocryptfs binary.
Automated update of gocryptfs binary to version ${{ env.version }}.
This pull request updates the gocryptfs binary in the Magisk module.
commit-message: Update gocryptfs binary
This pull request updates the gocryptfs binary in the Magisk module to the latest build version.
commit-message: Update gocryptfs binary to version ${{ env.version }}
delete-branch: true

0 comments on commit 6a23356

Please sign in to comment.