From e58c0f68eeac2810f2556542cf782f49c992e5b7 Mon Sep 17 00:00:00 2001 From: iadgovuser29 <33426478+iadgovuser29@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:52:27 -0500 Subject: [PATCH] yml 3 --- .../dotnet-build-componentclassregistry.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dotnet-build-componentclassregistry.yml b/.github/workflows/dotnet-build-componentclassregistry.yml index 0bcf234..c775ab0 100644 --- a/.github/workflows/dotnet-build-componentclassregistry.yml +++ b/.github/workflows/dotnet-build-componentclassregistry.yml @@ -79,11 +79,11 @@ jobs: dotnet/ComponentClassRegistry/StorageCli/**/*.deb dotnet/ComponentClassRegistry/StorageCli/**/*.rpm dotnet/ComponentClassRegistry/StorageCli/**/*.zip - - name: Setup tmate session on error - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - timeout-minutes: 5 # The ssh session will be available for 5 minutes. - with: - limit-access-to-actor: true # Only the person who pushed can access- with a github-registered key. + - name: Setup tmate session on error + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + timeout-minutes: 5 # The ssh session will be available for 5 minutes. + with: + limit-access-to-actor: true # Only the person who pushed can access- with a github-registered key. \ No newline at end of file