From a4115667aad496c3a68f1e3bbfb1812000fe8ea1 Mon Sep 17 00:00:00 2001 From: Elliot Matson Date: Fri, 29 Jul 2022 17:50:55 -0500 Subject: [PATCH] update action --- .github/workflows/stack-healthcheck.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/stack-healthcheck.yml b/.github/workflows/stack-healthcheck.yml index 17ab389..4060985 100644 --- a/.github/workflows/stack-healthcheck.yml +++ b/.github/workflows/stack-healthcheck.yml @@ -19,6 +19,4 @@ jobs: - name: Setup tmate session uses: mxschmitt/action-tmate@v3 - if: ${{ failure() }} - with: - limit-access-to-actor: true \ No newline at end of file + if: ${{ failure() }} \ No newline at end of file