Skip to content

Commit 5a91986

Browse files
committed
Switch the using string key value
1 parent 569d47f commit 5a91986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
ls docs/manual/build/ || true
126126
ls docs/manual/build/distributions/ || true
127127
./gradlew :spring-security-docs-manual:printDocs
128-
./gradlew :spring-security-docs-manual:copyDocs -PdeployDocsSshKeyPath="$DOCS_SSH_KEY" -PdeployDocsSshUsername="$DOCS_USERNAME" --stacktrace
128+
./gradlew :spring-security-docs-manual:copyDocs -PdeployDocsSshKey="$DOCS_SSH_KEY" -PdeployDocsSshUsername="$DOCS_USERNAME" --stacktrace
129129
env:
130130
DOCS_USERNAME: ${{ secrets.DOCS_USERNAME }}
131131
DOCS_SSH_KEY: ${{ secrets.DOCS_SSH_KEY }}

0 commit comments

Comments
 (0)