Skip to content

Commit

Permalink
fix: remove renaming of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Jan 15, 2025
1 parent cec4f1a commit 75bce49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
- name: Clone veda-config repository
run: |
git clone https://x-access-token:${{ env.token }}@github.com/${{ env.VEDA_CONFIG_REPO}}.git target-repo
git clone https://x-access-token:${{ env.token }}@github.com/${{ env.VEDA_CONFIG_REPO}}.git
ls
- name: Copy untracked mdx files to veda-config
Expand Down

0 comments on commit 75bce49

Please sign in to comment.