Skip to content

Commit 8300c71

Browse files
committed
fix(ci): name the setup action in sfw guard error message
1 parent 11c9abb commit 8300c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup-and-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
working-directory: ${{ inputs.working-directory }}
166166
run: |
167167
if [ -z "$SFW_BIN" ] || [ ! -x "$SFW_BIN" ]; then
168-
echo "Error: sfw is not set up — run the setup action first" >&2
168+
echo "Error: sfw is not installed — run SocketDev/socket-registry/.github/actions/setup first" >&2
169169
exit 1
170170
fi
171171
pnpm install --loglevel error

0 commit comments

Comments
 (0)