We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba042d commit d40663fCopy full SHA for d40663f
.github/workflows/sync-branch.yaml
@@ -21,6 +21,7 @@ jobs:
21
- uses: actions/checkout@v2
22
with:
23
ref: ${{ github.event.inputs.branch_name || github.event.client_payload.branch_name }}
24
+ fetch-depth: 0
25
# This does a test post-merge and only pushes the result if the test succeeds
26
# required client_payload members:
27
# branch_name - the target branch
0 commit comments