From dfafa70dce0ee126c3c6944e2d80289aef82fe42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Tue, 6 Apr 2021 17:28:00 +0200 Subject: [PATCH] add debug to yarn lock task --- .github/workflows/no-yarn-lock-changes.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/no-yarn-lock-changes.yml b/.github/workflows/no-yarn-lock-changes.yml index 4bd1f9b203a..48fe45bb4e5 100644 --- a/.github/workflows/no-yarn-lock-changes.yml +++ b/.github/workflows/no-yarn-lock-changes.yml @@ -16,6 +16,8 @@ jobs: - name: Set control output variable id: control run: | + echo "user: ${{ github.event.pull_request.user.login }}" + echo "role: ${{ steps.get_permissions.outputs.data }}" echo "::set-output name=should_run::${{ !contains(fromJson('["admin", "write"]'), fromJson(steps.get_permissions.outputs.data).permission) }}" - name: Get file changes uses: trilom/file-changes-action@ce38c8ce2459ca3c303415eec8cb0409857b4272