We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d926cb commit e2db05aCopy full SHA for e2db05a
script/update-action-readme
@@ -9,6 +9,6 @@ for i in "$@"; do
9
continue
10
fi
11
readme_file=$(dirname "$i")/README.md
12
- echo npx action-docs --no-banner -a "${i}" --update-readme "${readme_file}"
13
- npx action-docs --no-banner -a "${i}" --update-readme "${readme_file}"
+ echo npx action-docs@^1 --no-banner -a "${i}" --update-readme "${readme_file}"
+ npx action-docs@^1 --no-banner -a "${i}" --update-readme "${readme_file}"
14
done
0 commit comments