aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorKevin Hoerr <kjhoerr@protonmail.com>2022-11-18 21:48:34 -0500
committerGitHub <noreply@github.com>2022-11-18 21:48:34 -0500
commitfc47bc788a78c99194918dd625dd000aff7796e4 (patch)
tree3f553b2ea538065a68d6e4a078f89b29573447d2 /.github/workflows
parente15c87a3ca46281360d1ab4844230f51e02887f6 (diff)
downloadsubmelon.dev-fc47bc788a78c99194918dd625dd000aff7796e4.tar.gz
submelon.dev-fc47bc788a78c99194918dd625dd000aff7796e4.tar.bz2
submelon.dev-fc47bc788a78c99194918dd625dd000aff7796e4.zip
Use verifying commit workflow (#5)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 288c855..749af33 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,10 +23,11 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- name: Commit public changes
- uses: EndBug/add-and-commit@v9
+ uses: swinton/commit@v2.x
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
- add: 'public'
- author_name: "Kevin J Hoerr"
- author_email: "kjhoerr@protonmail.com"
- commit: --signoff
- message: 'Commit from GitHub Actions (updated public build)'
+ files: |
+ public
+ commit-message: 'Commit from GitHub Actions (updated public build)'
+ ref: refs/heads/trunk