Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Mar 6, 2025
1 parent 27fb92f commit 2977880
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: ${{ github.event.pull_request.merged == true }}

steps:
# Checkout the repository with fetch-tags set to true
# Checkout the repository, making sure to set fetch-depth to 0
- name: Checkout
id: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -115,8 +115,7 @@ jobs:
if: ${{ github.event.pull_request.merged == true }}

steps:
# Checkout the repository, making sure to set fetch-depth to 0 and
# fetch-tags set to true
# Checkout the repository, making sure to set fetch-depth to 0
- name: Checkout
id: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2977880

Please sign in to comment.