mirror of
https://github.com/gogs/gogs.git
synced 2026-03-18 10:00:46 +01:00
docker-next: fix up Git user home directory and permission issue (#8081)
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -414,7 +414,7 @@ jobs:
|
||||
secrets: inherit
|
||||
|
||||
digitalocean-gc-pull-request:
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
if: ${{ github.event_name == 'pull_request' && github.repository == 'gogs/gogs' }}
|
||||
needs: buildx-next-pull-request
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user