Skip to content

Commit 2ea2ab8

Browse files
committed
temporarily disable action step
1 parent a253093 commit 2ea2ab8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/docker-build-push-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ jobs:
9999
echo "$PR_MESSAGES" >> $GITHUB_OUTPUT
100100
echo "EOF" >> $GITHUB_OUTPUT
101101
102-
- name: Get Commit Messages
103-
id: commit-messages
104-
run: |
105-
COMMIT_MESSAGES=$(git log --no-merges --format="* %s" @~1..HEAD)
106-
echo "COMMIT_MESSAGES<<EOF" >> $GITHUB_OUTPUT
107-
echo "$COMMIT_MESSAGES" >> $GITHUB_OUTPUT
108-
echo "EOF" >> $GITHUB_OUTPUT
102+
# - name: Get Commit Messages
103+
# id: commit-messages
104+
# run: |
105+
# COMMIT_MESSAGES=$(git log --no-merges --format="* %s" @~1..HEAD)
106+
# echo "COMMIT_MESSAGES<<EOF" >> $GITHUB_OUTPUT
107+
# echo "$COMMIT_MESSAGES" >> $GITHUB_OUTPUT
108+
# echo "EOF" >> $GITHUB_OUTPUT
109109

110110
- name: Create Release
111111
id: create_release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Manages Nginx for reverse proxy to multiple LLMs, with TLS & Bearer Auth tokens. Deployed with docker.
44

5-
- Aggregates multiple OpenAI-type LLM APIs
5+
- Aggregates multiple OpenAI-type LLM APIs (all routes must be prefixed with "/v1")
66
- Supports cloudflare domains
77
- Uses Let's Encrypt for TLS certificates
88
- Uses certbot for certificate issuance and renewal

0 commit comments

Comments
 (0)