disable api pages push

This commit is contained in:
Pascal Fischer
2025-07-30 12:54:33 +02:00
parent cfb2c28c31
commit 0fe8251c48

View File

@@ -58,12 +58,12 @@ jobs:
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
- name: Commit and push changes
if: steps.git_diff.outputs.changed == 'true'
run: |
git config --global user.email "dev@netbird.io"
git config --global user.name "netbirddev"
git add -A
git commit -m "Update API pages with v${{ steps.semver_parser.outputs.fullversion }}"
git push
# - name: Commit and push changes
# if: steps.git_diff.outputs.changed == 'true'
# run: |
# git config --global user.email "dev@netbird.io"
# git config --global user.name "netbirddev"
#
# git add -A
# git commit -m "Update API pages with v${{ steps.semver_parser.outputs.fullversion }}"
# git push