We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a83442 commit 6690b1aCopy full SHA for 6690b1a
action.yml
@@ -63,7 +63,7 @@ runs:
63
fi
64
65
echo "🚚 Convert $file to qiita/public/$FILENAME.md"
66
- ./node_modules/.bin/ts-node $GITHUB_WORKSPACE/scripts/ztoq.tsx "$file" "./qiita/public/$file.md"
+ ./node_modules/.bin/ts-node ${{ github.action_path }}/scripts/ztoq.tsx "$file" "./qiita/public/$file.md"
67
done
68
shell: bash
69
if: steps.files.outcome == 'success'
0 commit comments