From a0eebe57753be54b5df68fe04b8ec0d28e0c02df Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Sun, 7 Feb 2021 13:17:03 -0800 Subject: [PATCH] (experiment) remove permissions reset --- .github/workflows/linux.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 75a5fa2..5d6ea26 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -32,16 +32,6 @@ jobs: image: vscodium/vscodium-linux-build-agent:stretch-armhf steps: - - name: Get Actions user id - id: get_uid - run: | - actions_user_id=`id -u $USER` - echo $actions_user_id - echo ::set-output name=uid::$actions_user_id - - name: Correct Ownership in GITHUB_WORKSPACE directory - uses: peter-murray/reset-workspace-ownership-action@v1 - with: - user_id: ${{ steps.get_uid.outputs.uid }} - uses: actions/checkout@v2 - name: Setup Node.js environment