Skip to content

Commit

Permalink
py
Browse files Browse the repository at this point in the history
  • Loading branch information
revanth-reddy committed Oct 21, 2022
1 parent 39cea9c commit bd650ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Run Python Script"
description: "Run a custom python snippet inside a workflow file"
name: "Run Py Script"
description: "Run a custom python in a workflow"
inputs:
script:
description: "Python script"
description: "Py script"
required: true
fail-on-error:
description: "Fail step if the return code from running the script is non-zero"
Expand Down

0 comments on commit bd650ea

Please sign in to comment.