mirror of https://github.com/ppy/SDL3-CS.git
fix workspace ownership
This commit is contained in:
parent
a7cbefc5e6
commit
079440d0a0
|
|
@ -65,6 +65,15 @@ jobs:
|
|||
FLAGS: ${{ matrix.platform.flags }}
|
||||
run: ./SDL3-CS/build.sh
|
||||
|
||||
- name: Get Actions user id
|
||||
id: get_uid
|
||||
run: echo "uid=$(id -u $USER)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Correct Ownership in GITHUB_WORKSPACE directory
|
||||
uses: peter-murray/reset-workspace-ownership-action@v1
|
||||
with:
|
||||
user_id: ${{ steps.get_uid.outputs.uid }}
|
||||
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue