mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
add debug to yarn lock task
This commit is contained in:
2
.github/workflows/no-yarn-lock-changes.yml
vendored
2
.github/workflows/no-yarn-lock-changes.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user