mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Update generate_api_pages.yml
This commit is contained in:
4
.github/workflows/generate_api_pages.yml
vendored
4
.github/workflows/generate_api_pages.yml
vendored
@@ -45,9 +45,9 @@ jobs:
|
|||||||
if: steps.git_diff.outputs.changed == 'true'
|
if: steps.git_diff.outputs.changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "dev@netbird.io"
|
git config --global user.email "dev@netbird.io"
|
||||||
git config --global user.name "DevBot NetBird"
|
git config --global user.name "netbirddev"
|
||||||
|
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Update API pages with v${{ steps.semver_parser.outputs.fullversion }}"
|
git commit -m "Update API pages with v${{ steps.semver_parser.outputs.fullversion }}"
|
||||||
git remote set-url origin https://x-access-token:${{ secrets.DEV_GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
git remote set-url origin https://x-access-token:${{ secrets.DEV_GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||||
git push --force
|
git push --force
|
||||||
|
|||||||
Reference in New Issue
Block a user