From 81a42ff2712bedcf8aed391828007789e4b8d377 Mon Sep 17 00:00:00 2001 From: oliver Date: Wed, 8 Jan 2025 11:11:19 +0000 Subject: [PATCH] Update .forgejo/workflows/renovate.yml --- .forgejo/workflows/renovate.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml index 31a5b75..708b2e1 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -53,22 +53,22 @@ jobs: key: repo-cache-${{ github.run_id }} restore-keys: | repo-cache- - - name: "Import Commit Signing GPG key" - id: "import-gpg" - uses: "https://github.com/crazy-max/ghaction-import-gpg@v6" - with: - gpg_private_key: "${{ env.RENOVATE_GPG_SECRET_KEY }}" - passphrase: "${{ env.RENOVATE_GPG_PASSPHRASE }}" - git_user_signingkey: true - git_commit_gpgsign: true + - name: "Import Commit Signing GPG key" + id: "import-gpg" + uses: "https://github.com/crazy-max/ghaction-import-gpg@v6" + with: + gpg_private_key: "${{ env.RENOVATE_GPG_SECRET_KEY }}" + passphrase: "${{ env.RENOVATE_GPG_PASSPHRASE }}" + git_user_signingkey: true + git_commit_gpgsign: true - - name: "GPG user IDs" - shell: "bash" - run: | - echo "fingerprint: ${{ steps.import-gpg.outputs.fingerprint }}" - echo "keyid: ${{ steps.import-gpg.outputs.keyid }}" - echo "name: ${{ steps.import-gpg.outputs.name }}" - echo "email: ${{ steps.import-gpg.outputs.email }}" + - name: "GPG user IDs" + shell: "bash" + run: | + echo "fingerprint: ${{ steps.import-gpg.outputs.fingerprint }}" + echo "keyid: ${{ steps.import-gpg.outputs.keyid }}" + echo "name: ${{ steps.import-gpg.outputs.name }}" + echo "email: ${{ steps.import-gpg.outputs.email }}" - name: Run renovate run: renovate