Skip to content

Commit

Permalink
Renaming input to correct value (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs authored Dec 13, 2024
1 parent 61e0d77 commit 74af61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: ./ # Uses an action in the root directory
with:
example-app: "lighting-app"
json-content: "./path/to/json.json"
json-file-path "./path/to/json.json"
build-script: "./path/to/build_script.sh"

- name: Upload Build Artifacts
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
example-app:
description: 'Example app to build'
required: true
json-content:
json-file-path:
description: 'JSON content to be used as GN args'
required: true
build-script:
Expand Down

0 comments on commit 74af61f

Please sign in to comment.