Skip to content

Commit

Permalink
[CI] fix typo in build-project action
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed May 19, 2023
1 parent 270e176 commit 62f73ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-project/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ inputs:
description: "Secret with auth token to elasticsearch"
required: true
github-key:
description: "Secret with GitHub SSH eky required to clone repositories/submodules using ssh
description: "Secret with GitHub SSH eky required to clone repositories/submodules using ssh"
required: true
workflow-name:
description: "Name of the calling workflow, used to resolve build URL. Leave empty to use default (execute-build-plan / {{github.job}} (<project-name>))"
default: ""
Expand Down

0 comments on commit 62f73ac

Please sign in to comment.