Skip to content

Commit

Permalink
fix: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Dec 18, 2024
1 parent 8bab675 commit 0fc433c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,10 @@ jobs:
- name: Clone the Target Repository
run: |
git clone https://github.com/${{ env.VEDA_CONFIG_REPO }}.git
ls
cd ${{ vars.VEDA_CONFIG_REPO_NAME }}
- name: Verify Target Repository
run: |
git clone https://github.com/${{ env.VEDA_CONFIG_REPO }}.git
ls
cd ${{ vars.VEDA_CONFIG_REPO_NAME }}
echo "Current Directory: $(pwd)"
git remote -v
git branch
- name: Copy untracked mdx file to veda-config
run: |
Expand Down

0 comments on commit 0fc433c

Please sign in to comment.