mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-30 09:57:36 +03:00
(experiment) remove permissions reset
This commit is contained in:
parent
c9ae0c605f
commit
a0eebe5775
10
.github/workflows/linux.yml
vendored
10
.github/workflows/linux.yml
vendored
@ -32,16 +32,6 @@ jobs:
|
|||||||
image: vscodium/vscodium-linux-build-agent:stretch-armhf
|
image: vscodium/vscodium-linux-build-agent:stretch-armhf
|
||||||
|
|
||||||
steps:
|
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
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
|
Loading…
Reference in New Issue
Block a user