update readme action
This commit is contained in:
@@ -46,6 +46,8 @@ jobs:
|
|||||||
apt-get install -y -q nodejs
|
apt-get install -y -q nodejs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo npm list -g | grep -c @actions/core
|
||||||
|
echo npm list -g | grep -c node-fetch
|
||||||
package='@actions/core'
|
package='@actions/core'
|
||||||
if [ `npm list -g | grep -c $package` -eq 0 ]; then
|
if [ `npm list -g | grep -c $package` -eq 0 ]; then
|
||||||
npm install $package -g
|
npm install $package -g
|
||||||
|
|||||||
Reference in New Issue
Block a user