mirror of
https://github.com/iLLeniumStudios/fivem-resource-watcher
synced 2024-02-26 13:38:52 +01:00
Add /github/workspace to safe directory for git
This commit is contained in:
@@ -6,6 +6,8 @@ echo "$3"
|
||||
echo "$4"
|
||||
echo "$5"
|
||||
|
||||
git config --global --add safe.directory /github/workspace
|
||||
|
||||
if [ ${GITHUB_BASE_REF} ]; then
|
||||
# Pull Request
|
||||
git fetch origin ${GITHUB_BASE_REF} --depth=1
|
||||
|
||||
Reference in New Issue
Block a user