We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm trying to fetch all commits and branches, but not tags.
I've added this to my workflow:
steps: - uses: actions/checkout@v4 with: fetch-depth: 0 fetch-tags: false
But it's still fetching tags: