diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 9cbc4bf..7c2787d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 | tee -a /etc/hosts - name: Start a dummy server listening on 443 run: | apt update