From 4729521909192ba471d50d2fd6f97bc8bd13555d Mon Sep 17 00:00:00 2001 From: Carolin Stolpe <8385345+castolpe@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:39:48 +0100 Subject: [PATCH] Bugfix: Indentation error --- .github/workflows/run_data_pipeline.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_data_pipeline.yml b/.github/workflows/run_data_pipeline.yml index 2e95d8f..0521585 100644 --- a/.github/workflows/run_data_pipeline.yml +++ b/.github/workflows/run_data_pipeline.yml @@ -5,15 +5,16 @@ on: types: - completed workflow_dispatch: + jobs: run-dvc-pipeline: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v3 - name: Setup DVC - uses: iterative/setup-dvc@v1 + uses: iterative/setup-dvc@v1 - name: Run DVC pipeline | retrain model run: | @@ -29,4 +30,4 @@ jobs: git config --global user.email 'github-actions@github.com' git add models/model.pkl git commit -m "[Github Action]: Update model with retrained model" - git push \ No newline at end of file + git push