From 6461e944107c5aff52ede27fe59fad0472eb4e8e Mon Sep 17 00:00:00 2001 From: Aerilius Date: Thu, 9 May 2024 18:03:34 +0200 Subject: [PATCH] Change to actions4git/add-commit-push --- .github/workflows/release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5dceb0..bd6f1d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,12 +46,9 @@ jobs: run: bundle exec rake build_tutorial_rbz - name: Include built files in repository - uses: devops-infra/action-commit-push@master + uses: actions4git/add-commit-push@v1 with: - github_token: "${{ secrets.GITHUB_TOKEN }}" - commit_message: "[AUTO] Update sample files" - force: false - target_branch: main + commit-message: "[AUTO] Update sample files" - name: Add tutorial SketchUp extension to release uses: actions/github-script@v7