Skip to content

Commit 41e9c3d

Browse files
authored
ci: fix action description (#1376)
Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
1 parent 0bcf9fd commit 41e9c3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/doc-publish/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ runs:
3131
using: "composite"
3232
steps:
3333
- name: Setup SSH
34-
- uses: webfactory/ssh-agent@v0.10.0
34+
uses: webfactory/ssh-agent@v0.10.0
3535
with:
36-
ssh-private-key: ${{ secrets.publish-key }}
36+
ssh-private-key: ${{ inputs.publish-key }}
3737
- name: Commit files
3838
working-directory: ${{ inputs.docs }}
3939
shell: bash

0 commit comments

Comments
 (0)