From c98a9e7b45dabb3746e8fd0a384b46a099f3544b Mon Sep 17 00:00:00 2001 From: Xiaohan Fu Date: Wed, 16 Oct 2024 22:43:13 -0700 Subject: [PATCH] update CI and README --- .github/workflows/ci.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2291833..e1131cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v4 - name: Configure Git Credentials run: | + touch CNAME + echo 'imprompter.ai' > CNAME git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - uses: actions/setup-python@v5 diff --git a/README.md b/README.md index 2f7a502..1344f1d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Imprompter: Tricking LLM Agents into Improper Tool Use -Code release in progress. Will be available shortly (expected by Oct 20). Find more details about this work in our paper and [website](imprompter.ai) for now! +Code release in progress. Will be available shortly (expected by Oct 20). Find more details about this work in our [paper](https://imprompter.ai/paper.pdf) and [website](https://imprompter.ai) for now!