Skip to content

Commit

Permalink
fix typo in CI step
Browse files Browse the repository at this point in the history
Co-authored-by: James Humphries <[email protected]>
Signed-off-by: Dmitry Kisler <[email protected]>
  • Loading branch information
kislerdm and Yantrio authored Jan 31, 2024
1 parent a245bfc commit dd9a483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-json-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go build -o /tmp/validate/run ./cmd/validate/main.go
chmod +x /tmp/validate/run
- name: List updated filed
- name: List updated files
id: updated
uses: tj-actions/changed-files@v42
with:
Expand Down

0 comments on commit dd9a483

Please sign in to comment.