mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
remove unnecessary step
This commit is contained in:
5
.github/workflows/generate_api_pages.yml
vendored
5
.github/workflows/generate_api_pages.yml
vendored
@@ -19,11 +19,6 @@ jobs:
|
||||
input_string: ${{ github.event.inputs.tag }}
|
||||
version_extractor_regex: '\/v(.*)$'
|
||||
|
||||
- name: set git user
|
||||
run: |
|
||||
git config --global user.email "dev@netbird.io"
|
||||
git config --global user.name "netbirddev"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.DEV_GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user