Skip to content

Commit a77d5d4

Browse files
Update docker-build.yml
1 parent 02b0ecd commit a77d5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828
with:
2929
ref: develop # Default to develop, will be overridden by push events to other branches
30-
# token: ${{ secrets.PAT_TOKEN }} # Uncomment if upstream repo is private and requires a PAT
30+
fetch-depth: 0 # Fetch all history to ensure common ancestor is found
3131

3232
- name: Conditionally Fetch and Merge Upstream PR
3333
# This step runs if a PR number is provided AND (an upstream_repo input is given OR a parent repo full_name is available)

0 commit comments

Comments
 (0)