Skip to content

Commit

Permalink
yml 3
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser29 committed Jan 6, 2025
1 parent 8b55a37 commit e58c0f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet-build-componentclassregistry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.


0 comments on commit e58c0f6

Please sign in to comment.