diff --git a/README.md b/README.md index 337006b..cc8126b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ steps: with: username: ${{ secrets.ORY_USERNAME }} password: ${{ secrets.ORY_PASSWORD }} - command: | + commands: | update opl --file ./path/to/file.yaml --project your_ory_project command 2 command 3 diff --git a/action.yaml b/action.yaml index 707daa9..166d6bd 100644 --- a/action.yaml +++ b/action.yaml @@ -1,18 +1,18 @@ -name: "ORY CLI" -description: "Authenticate and run ORY CLI commands" +name: "Ory CLI" +description: "Authenticate and run Ory CLI commands" author: "Luka Giorgadze" branding: icon: "command" color: "gray-dark" inputs: username: - description: "ORY username" + description: "Ory username" required: true password: - description: "ORY password" + description: "Ory password" required: true commands: - description: "Newline-separated list of ORY CLI commands to run" + description: "Newline-separated list of Ory CLI commands to run" required: true runs: using: "composite"