Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Borbála Farkas authored and Borbála Farkas committed Sep 20, 2024
1 parent 39572f2 commit 3557d00
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/trigger_views_pipeline_cm_catalog_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,11 @@ jobs:
- name: Clone viewsforecasting repository
run: |
cd views_pipeline
git clone https://github.com/prio-data/viewsforecasting.git ../viewsforecasting
git status
# TODO: this step should be removed when merged to main
- name: Checkout github_workflows branch in viewsforecasting
run: |
cd ../viewsforecasting
git status
git checkout github_workflows
git clone https://github.com/prio-data/viewsforecasting.git
cd viewsforecasting
git status
git checkout github_workflows
# TODO: git checkout github_workflows should be removed when merged to main

- name: Run Python script
run: |
Expand All @@ -58,7 +52,7 @@ jobs:
cd views_pipeline
git status
git add documentation/catalogs/cm_model_catalog.md
git commit -m "Automated changes by GitHub Actions"
git commit -m "Automated changes by GitHub Actions" || echo "Nothing to commit"
git push https://${{ secrets.VIEWS_PIPELINE_ACCESS_TOKEN }}:[email protected]/prio-data/views_pipeline.git create_cm_catalog_01
Expand Down

0 comments on commit 3557d00

Please sign in to comment.