try if host format is correct or not
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
steps:
|
||||
- name: Modify hosts file
|
||||
run: |
|
||||
echo 127.0.0.1 api.notion.com >> /etc/hosts
|
||||
echo 127.0.0.1 api.notion.com\n >> /etc/hosts
|
||||
- name: Start a dummy server listening on 443
|
||||
run: |
|
||||
apt update
|
||||
|
||||
Reference in New Issue
Block a user