From 2e99217e7120a616ebfd8fc550ee4a83a38f601e Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Fri, 14 Oct 2022 18:36:01 -0400 Subject: [PATCH 1/2] test: safe directory --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06b266f5..99d03da3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 + with: + set-safe-directory: 'meow' - name: Set up Python 3.10 uses: actions/setup-python@v2 with: From 06de229f59e8c7dfbf12bb903d0ea7f7c78ba7cb Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Fri, 14 Oct 2022 18:39:03 -0400 Subject: [PATCH 2/2] fix: true not meow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99d03da3..e9084994 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - set-safe-directory: 'meow' + set-safe-directory: true - name: Set up Python 3.10 uses: actions/setup-python@v2 with: