Skip to content

Commit

Permalink
Use root for GitHub Actions container
Browse files Browse the repository at this point in the history
This is needed to solve this bug [1].

[1] actions/checkout#1014
  • Loading branch information
rascasoft committed Dec 5, 2023
1 parent 9a4f36b commit a08b7b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: quay.io/mmul/kpa
options: --user root
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -28,6 +29,7 @@ jobs:
needs: lint
container:
image: quay.io/mmul/kpa
options: --user root
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit a08b7b0

Please sign in to comment.