Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue #116: use fixed fetch-depth value
Browse files Browse the repository at this point in the history
djarran committed Jun 28, 2024
1 parent 087b541 commit eed8cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ jobs:
with:
# Needed for 'changed-files' actions (alternatively could be a fixed
# large number but may cause issues if limited).
fetch-depth: ${{ !((contains(github.event_name, 'push') && steps.check-branch.outputs.publishable == 'true')) && 2 || 0 }}
fetch-depth: 20
path: plugin
submodules: true
- name: Check if release is required (version.php changes)

0 comments on commit eed8cc2

Please sign in to comment.