mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-24 23:26:38 +03:00
8 lines
238 B
YAML
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 }}
|