Skip to content

Commit 6290bd9

Browse files
committed
linting
1 parent 7204fdd commit 6290bd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-b2c-cli.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
CURRENT=$(grep -oP '(?<=b2c-cli-)[0-9.]+(?=\.tgz)' Formula/b2c-cli.rb)
2828
echo "Current formula version: $CURRENT"
2929
30-
echo "latest=$LATEST" >> $GITHUB_OUTPUT
31-
echo "current=$CURRENT" >> $GITHUB_OUTPUT
30+
echo "latest=$LATEST" >> "$GITHUB_OUTPUT"
31+
echo "current=$CURRENT" >> "$GITHUB_OUTPUT"
3232
3333
if [ "$LATEST" != "$CURRENT" ]; then
3434
echo "Update available: $CURRENT -> $LATEST"
35-
echo "needs_update=true" >> $GITHUB_OUTPUT
35+
echo "needs_update=true" >> "$GITHUB_OUTPUT"
3636
else
3737
echo "Already up to date"
38-
echo "needs_update=false" >> $GITHUB_OUTPUT
38+
echo "needs_update=false" >> "$GITHUB_OUTPUT"
3939
fi
4040
4141
- name: Update formula

0 commit comments

Comments
 (0)