Files
AS_Network_List/.github/actions/checkout/action.yaml
2024-03-03 10:09:55 +01:00

8 lines
238 B
YAML

runs:
using: "composite"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # this is required to fetch all history for all branches and tags
token: ${{ env.GH_PAT }}