Skip to content

Commit

Permalink
fix: change cloning step
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Dec 18, 2024
1 parent ecfc08d commit 921bf57
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
- name: Clone the Target Repository
run: |
git clone https://github.com/${{ env.VEDA_CONFIG_REPO }}.git
cd datasets
ls
- name: Verify Target Repository
run: |
Expand All @@ -258,8 +258,6 @@ jobs:
- name: Copy untracked mdx file to veda-config
run: |
echo "Copying .mdx file to veda-config repository"
git remote -v
git branch
mkdir -p datasets
ls ./ingestion-data/dataset-mdx/
git status
Expand All @@ -269,7 +267,6 @@ jobs:
ls
cp "$file" "datasets/"
done
git status
# Creates a PR in veda-config with the following changes:
# 1. the mdx files for all published collections
Expand Down

0 comments on commit 921bf57

Please sign in to comment.