Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb97e1c

Browse filesBrowse files
marco-ippolitotargos
authored andcommitted
tools: fix doc update action
PR-URL: #52890 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent fb85d38 commit bb97e1c
Copy full SHA for bb97e1c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎.github/workflows/tools.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/tools.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
npm ci
119119
NEW_VERSION=$(npm outdated --parseable | cut -d: -f4 | xargs)
120120
if [ "$NEW_VERSION" != "" ]; then
121-
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
121+
echo "NEW_VERSION=new version" >> $GITHUB_ENV
122122
rm -rf package-lock.json node_modules
123123
# Include $NEW_VERSION to explicitly update the package.json
124124
# entry for the dependency and also so that semver-major updates

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.