Skip to content

Commit 2863980

Browse files
committed
Update readme
1 parent 8fea168 commit 2863980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,5 +215,5 @@ jobs:
215215
DB_PASSWORD=${{ secrets.DB_PASSWORD }}
216216
BASIC_AUTH_USER=${{ vars.BASIC_AUTH_USER }}
217217
BASIC_AUTH_PASSWORD=${{ vars.BASIC_AUTH_PASSWORD }}
218-
MASTODON_APPS='${{ secrets.MASTODON_APPS }}'
218+
MASTODON_APPS=${{ secrets.MASTODON_APPS }}
219219
deploy_timeout: 480

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Plone Projekt für die deutschsprachige Plone Tagung.
44

55
## Features
66

7-
* Configure the website for tagung.
7+
* Configure the website for tagung
88

99
## Installation
1010

0 commit comments

Comments
 (0)