Skip to content

Commit da950e6

Browse files
committed
fix(ci): correct sfw guard error to reference this workflow
1 parent 8300c71 commit da950e6

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 installed — run SocketDev/socket-registry/.github/actions/setup first" >&2
168+
echo "Error: sfw is not installed — the Download sfw step in SocketDev/workflows/.github/workflows/setup-and-install.yml must run first" >&2
169169
exit 1
170170
fi
171171
pnpm install --loglevel error

0 commit comments

Comments
 (0)