mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-03-26 03:13:09 +03:00
Add whois limit, actions, etc
This commit is contained in:
7
.github/actions/checkout/action.yaml
vendored
Normal file
7
.github/actions/checkout/action.yaml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user