mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
ci: Work around GH actions container:
+ git + security bug
See https://github.com/actions/checkout/issues/760
This commit is contained in:
parent
22b8324019
commit
9db45cad5a
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -21,6 +21,9 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: GH actions checkout post
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
||||
# This is taken from ci/travis-install.sh but should probably be
|
||||
# refactored.
|
||||
- name: Install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user