Skip to content

Commit 6690b1a

Browse files
committed
🐛 fix: error about path
1 parent 2a83442 commit 6690b1a

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
@@ -63,7 +63,7 @@ runs:
6363
fi
6464
6565
echo "🚚 Convert $file to qiita/public/$FILENAME.md"
66-
./node_modules/.bin/ts-node $GITHUB_WORKSPACE/scripts/ztoq.tsx "$file" "./qiita/public/$file.md"
66+
./node_modules/.bin/ts-node ${{ github.action_path }}/scripts/ztoq.tsx "$file" "./qiita/public/$file.md"
6767
done
6868
shell: bash
6969
if: steps.files.outcome == 'success'

0 commit comments

Comments
 (0)