We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c9abb commit 8300c71Copy full SHA for 8300c71
.github/workflows/setup-and-install.yml
@@ -165,7 +165,7 @@ jobs:
165
working-directory: ${{ inputs.working-directory }}
166
run: |
167
if [ -z "$SFW_BIN" ] || [ ! -x "$SFW_BIN" ]; then
168
- echo "Error: sfw is not set up — run the setup action first" >&2
+ echo "Error: sfw is not installed — run SocketDev/socket-registry/.github/actions/setup first" >&2
169
exit 1
170
fi
171
pnpm install --loglevel error
0 commit comments