fix again (#126)

This commit is contained in:
lleyton
2023-01-15 08:33:26 +00:00
committed by GitHub
parent 82f60b97c3
commit ce0aa35b5f
+2
View File
@@ -21,6 +21,8 @@ jobs:
options: --cap-add=SYS_ADMIN --privileged
# check out the repo
steps:
- name: Set workspace as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout
uses: actions/checkout@v3
with: