Skip to content

Commit

Permalink
Rename checkout action for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
arifthpe committed Dec 6, 2024
1 parent b3f5582 commit a5f4706
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
Expand Up @@ -140,7 +140,7 @@ jobs:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: checkout
- name: checkout commits on PR branch
uses: actions/checkout@v4
with:
fetch-depth: $(( ${{github.event.pull_request.commits}} + 1 ))
Expand Down

0 comments on commit a5f4706

Please sign in to comment.