Skip to content

Commit

Permalink
Update comment to reference actions/checkout#448 as the upstream issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 8, 2021
1 parent 3a6e3ef commit 307979b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -18,7 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
# fetch all branches and tags (only way to get tags for versioning)
# fetch all branches and tags (to get tags for versioning)
# ref actions/checkout#448
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 307979b

Please sign in to comment.