diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2022-11-18 21:48:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-18 21:48:34 -0500 |
| commit | fc47bc788a78c99194918dd625dd000aff7796e4 (patch) | |
| tree | 3f553b2ea538065a68d6e4a078f89b29573447d2 /.github | |
| parent | e15c87a3ca46281360d1ab4844230f51e02887f6 (diff) | |
| download | submelon.dev-fc47bc788a78c99194918dd625dd000aff7796e4.tar.gz submelon.dev-fc47bc788a78c99194918dd625dd000aff7796e4.tar.bz2 submelon.dev-fc47bc788a78c99194918dd625dd000aff7796e4.zip | |
Use verifying commit workflow (#5)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 13 |
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 |
