Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
  • Loading branch information
gitworkflows authored Sep 15, 2024
1 parent 2fd4dc1 commit aea50a4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0n1cOn3 <[email protected]> - 1 commits
5idereal <[email protected]> - 1 commits
Alberto <[email protected]> - 1 commits
Alicia <khulnasoft-bot@d0h.co> - 1 commits
Alicia <khulnasoft-bot@khulnasoft.com> - 1 commits
Aly Mohamed <[email protected]> - 1 commits
Artyom <[email protected]> - 1 commits
BRAVO68WEB <[email protected]> - 1 commits
Expand Down Expand Up @@ -130,7 +130,7 @@ Totto16 <[email protected]> - 4 commits
Walkx <[email protected]> - 4 commits
wozboz <[email protected]> - 4 commits
Alberto Caravaca <[email protected]> - 5 commits
Alicie <gh@d0h.co> - 5 commits
Alicie <gh@khulnasoft.com> - 5 commits
Benjamin Montgomery <[email protected]> - 5 commits
Chris Nielsen <[email protected]> - 5 commits
UrekD <[email protected]> - 5 commits
Expand All @@ -145,7 +145,7 @@ Josua Blejeru <[email protected]> - 8 commits
Tobias <[email protected]> - 8 commits
Jimmeh <[email protected]> - 9 commits
Kashif Sohail <[email protected]> - 9 commits
KhulnaSoft-Bot <khulnasoft-bot@d0h.co> - 11 commits
KhulnaSoft-Bot <khulnasoft-bot@khulnasoft.com> - 11 commits
Tobias <[email protected]> - 12 commits
Alejandro Pinar Ruiz <[email protected]> - 14 commits
KhulnaSoft Ltd <&#x3D;> - 16 commits
Expand All @@ -157,11 +157,11 @@ EVOTk <[email protected]> - 24 commits
snyk-bot <[email protected]> - 24 commits
Marcell Fülöp <[email protected]> - 27 commits
KhulnaSoft Ltd <[email protected]> - 28 commits
KhulnaSoft-bot <gh@d0h.co> - 78 commits
KhulnaSoft-bot <gh@khulnasoft.com> - 78 commits
repo-visualizer <[email protected]> - 128 commits
KhulnaSoft-bot <[email protected]> - 222 commits
Alicia Bot <[email protected]> - 240 commits
khulnasoft-bot <khulnasoft-bot@d0h.co> - 244 commits
KhulnaSoft Ltd <gh@d0h.co> - 439 commits
khulnasoft-bot <khulnasoft-bot@khulnasoft.com> - 244 commits
KhulnaSoft Ltd <gh@khulnasoft.com> - 439 commits
KhulnaSoft Ltd <[email protected]> - 471 commits
KhulnaSoft Ltd <[email protected]> - 1488 commits
6 changes: 3 additions & 3 deletions .github/workflows/create-tag-for-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
- name: Create and Push Tag ⤴️
if: steps.package_version.outputs.VERSION != steps.latest_tag.outputs.TAG && steps.latest_tag.outputs.TAG != '0'
run: |
git config --local user.email "khulnasoft-bot@d0h.co"
git config --local user.email "khulnasoft-bot@khulnasoft.com"
git config --local user.name "KhulnaSoft-Bot"
git tag -a ${{ steps.package_version.outputs.VERSION }} -m "Release v${{ steps.package_version.outputs.VERSION }}"
git push origin ${{ steps.package_version.outputs.VERSION }}
env:
GIT_AUTHOR_NAME: KhulnaSoft-Bot
GIT_AUTHOR_EMAIL: khulnasoft-bot@d0h.co
GIT_AUTHOR_EMAIL: khulnasoft-bot@khulnasoft.com
GIT_COMMITTER_NAME: KhulnaSoft-Bot
GIT_COMMITTER_EMAIL: khulnasoft-bot@d0h.co
GIT_COMMITTER_EMAIL: khulnasoft-bot@khulnasoft.com
GITHUB_TOKEN: ${{ secrets.ORG_REPO_TOKEN || secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/generate-credits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
commit_message: ':purple_heart: Updates contributors list'
collaborators: all
committer_username: khulnasoft-bot
committer_email: khulnasoft-bot@d0h.co
committer_email: khulnasoft-bot@khulnasoft.com
- name: Sponsors List - Readme
uses: akhilmhdh/[email protected]
env:
Expand All @@ -64,5 +64,5 @@ jobs:
columns_per_row: 6
commit_message: ':yellow_heart: Updates sponsors table'
committer_username: khulnasoft-bot
committer_email: khulnasoft-bot@d0h.co
committer_email: khulnasoft-bot@khulnasoft.com

2 changes: 1 addition & 1 deletion .github/workflows/update-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Commit changes 🚀
run: |
cd website-docs
git config --local user.email "khulnasoft-bot@d0h.co"
git config --local user.email "khulnasoft-bot@khulnasoft.com"
git config --local user.name "KhulnaSoft-Bot"
git add docs
git commit -m "Update documentation" || echo "No changes to commit"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wiki-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
# access_token: ${{ secrets.GITHUB_TOKEN }}
# wiki_folder: ./docs
# commit_username: 'khulnasoft-bot'
# commit_email: 'khulnasoft-bot@d0h.co'
# commit_email: 'khulnasoft-bot@khulnasoft.com'
# commit_message: '📕 Chore: Sync Wiki'
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ http.createServer(app)
});

/* Check, and if possible start SSL server too */
sslServer.startSSLServer(app);
sslServer.startSSLServer(app);

0 comments on commit aea50a4

Please sign in to comment.