From 929efa9c89d2545a39fe2aa376ada1fc70a168c5 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 14 Oct 2024 15:12:31 +0200 Subject: [PATCH] chore: reformat value --- .github/workflows/insider-windows.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/insider-windows.yml b/.github/workflows/insider-windows.yml index 4282d7e..9a1ebd2 100644 --- a/.github/workflows/insider-windows.yml +++ b/.github/workflows/insider-windows.yml @@ -114,12 +114,12 @@ jobs: - name: Signing uses: signpath/github-action-submit-signing-request@v1 with: - api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' - organization-id: '${{ secrets.SIGNPATH_ORGANIZATION_ID }}' - project-slug: '${{ secrets.SIGNPATH_PROJECT_SLUG }}' - signing-policy-slug: '${{ secrets.SIGNPATH_POLICY_SLUG }}' - github-artifact-id: '${{ steps.upload-unsigned-artifacts.outputs.artifact-id }}' - artifact-configuration-slug: '${{ matrix.vscode_arch }}' + api-token: ${{ secrets.SIGNPATH_API_TOKEN }} + organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }} + project-slug: ${{ secrets.SIGNPATH_PROJECT_SLUG }} + signing-policy-slug: ${{ secrets.SIGNPATH_POLICY_SLUG }} + github-artifact-id: ${{ steps.upload-unsigned-artifacts.outputs.artifact-id }} + artifact-configuration-slug: ${{ matrix.vscode_arch }} wait-for-completion: true output-artifact-directory: assets/ if: env.SHOULD_BUILD == 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true')