From 28923273906d0e03d35286625c2e840d7bf7d4ae Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 11 Aug 2024 16:57:28 -0400 Subject: [PATCH] use doas --- .forgejo/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/action.yaml b/.forgejo/workflows/action.yaml index 1034ab0..194633f 100644 --- a/.forgejo/workflows/action.yaml +++ b/.forgejo/workflows/action.yaml @@ -9,7 +9,7 @@ jobs: container: image: alpinelinux/apkbuild-lint-tools:latest steps: - - run: apk add nodejs git + - run: doas apk add nodejs git - uses: actions/checkout@v4 with: fetch-depth: 500