Skip to content

Commit d346624

Browse files
committed
🐛 fix: error about path
1 parent 7798cda commit d346624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
for file in $(cat $GITHUB_WORKSPACE/changed_files.txt); do
4747
filename=$(basename "$file" .md)
4848
echo "🚀 Convert $file to Qiita format"
49-
if [[ "$file" != ./articles/* ]]; then
49+
if [[ "$file" != articles/* ]]; then
5050
echo "invalid file path: $file"
5151
if [[ -f "qiita/public/$filename.md" ]]; then
5252
echo "delete qiita/public/$filename.md cuz it's not included in articles/"

0 commit comments

Comments
 (0)