Skip to content

Commit

Permalink
ruff style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
derekk-nm committed Sep 26, 2024
1 parent 8647e44 commit 340245c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions actions/testmo-create-resources/action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
---
name: create testmo resources
description: 'create a TestMo resource .json file'
description: create a TestMo resource .json file

inputs:
resources_file:
description: "file name where the resources will be stored"
description: file name where the resources will be stored
required: true
resources_json:
description: "stringified JSON associative array of resource fields to add. Each field's key is the name of the field, and it's value is the value of the field."
default: ""
description: stringified JSON associative array of resource fields to add. Each field's
key is the name of the field, and it's value is the value of the field.
default: ''
required: false

runs:
using: "composite"
using: composite
steps:
- name: add actions path to PATH
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions actions/testmo-run-submit-thread/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ inputs:
description: directory of JUnit '*.xml' formatted result files
required: true
thread_resources:
description: "JSON file with TestMo resources to attach to this thread"
default: ""
description: JSON file with TestMo resources to attach to this thread
default: ''
required: false
step_status:
description: status of reported step
Expand Down

0 comments on commit 340245c

Please sign in to comment.