Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Jul 28, 2023
1 parent 8951738 commit 50ce372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: update JSON file
id: validate
env:
VALUES: ${{CONTENT}}
VALUES: ${CONTENT}
FILE: "plugins.json"
run: node .github/actions-scripts/file.js

Expand Down

0 comments on commit 50ce372

Please sign in to comment.