Skip to content

Commit

Permalink
docs: add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
ega4432 committed Mar 5, 2023
1 parent 427f4df commit b717303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
filename_property: slug # default: title
# You can check output files count
- run: |
echo "Exported count: ${{ steps.import.outputs.files_count }}
echo "Exported count: ${{ steps.import.outputs.files_count }}"
```
## Supported
Expand Down

0 comments on commit b717303

Please sign in to comment.