Skip to content

Commit

Permalink
set fetch-depth to 0 for integrations checkout in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
terrancedejesus committed Feb 9, 2024
1 parent a5437d6 commit 93bdfd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
token: ${{ secrets.READ_WRITE_RELEASE_FLEET }}
repository: ${{github.event.inputs.target_repo}}
path: integrations
fetch-depth: 0

- name: Set up Python 3.8
uses: actions/setup-python@v2
Expand Down

0 comments on commit 93bdfd2

Please sign in to comment.