We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b0ecd commit a77d5d4Copy full SHA for a77d5d4
.github/workflows/docker-build.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v4
28
with:
29
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
+ fetch-depth: 0 # Fetch all history to ensure common ancestor is found
31
32
- name: Conditionally Fetch and Merge Upstream PR
33
# 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