Skip to content

Commit

Permalink
rename repo, rename command to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaGiorgadze committed May 17, 2023
1 parent 43f828e commit 1f61b5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1f61b5c

Please sign in to comment.