ci: fix user id shenanigans

This commit is contained in:
Ramon Roche 2024-08-13 07:16:48 -07:00
parent d5ef958740
commit 385d38d566
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -10,12 +10,12 @@ jobs:
runs-on: [runs-on,runner=8cpu-linux-x64,"run-id=${{ github.run_id }}"]
container:
image: px4io/px4-dev-base-focal:2021-09-08
options: --user 1000
options: --user 1001
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
timestamp: ${{ steps.set-timestamp.outputs.timestamp }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}
- id: set-matrix
@ -33,7 +33,7 @@ jobs:
image: ${{ matrix.container }}
options: --user 1001
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}