diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db655d0..90c3b64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: steps: - name: Check out the codebase. uses: actions/checkout@v4 - with: - path: 'geerlingguy.node_exporter' - name: Set up Python 3. uses: actions/setup-python@v5 @@ -42,8 +40,6 @@ jobs: steps: - name: Check out the codebase. uses: actions/checkout@v4 - with: - path: 'geerlingguy.node_exporter' - name: Set up Python 3. uses: actions/setup-python@v5