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 ad00826 commit 48bd064Copy full SHA for 48bd064
src/run.sh
@@ -90,6 +90,6 @@ if [ "$TYPE" == "postprocessor" ]; then
90
elif [ "$TYPE" == "redirect" ]; then
91
sudo apt update
92
sudo apt install -y nodejs npm
93
- node src/redirect/index.js
+ node $GITHUB_ACTION_PATH/src/redirect/index.js
94
fi
95
0 commit comments