Skip to content

Commit 47b0468

Browse files
committed
Use github.com instead of example.com
1 parent c63db43 commit 47b0468

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nss-curl-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ jobs:
263263

264264
- name: Test curl
265265
run: |
266-
echo "Running curl against https://example.com/"
266+
echo "Running curl against https://github.com/"
267267
touch /tmp/nss.log
268268
chmod 666 /tmp/nss.log
269-
if curl -v https://example.com/; then
269+
if curl -v https://github.com/; then
270270
echo "✓ curl exited successfully"
271271
else
272272
echo "✗ curl exited with error code $?"

0 commit comments

Comments
 (0)