Skip to content

Commit

Permalink
fix: more debugging target repo
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Dec 18, 2024
1 parent ad26820 commit 5b1846d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ jobs:
curl -H "Authorization: token ${{ secrets.VEDA_CONFIG_REPO_ACCESS_TOKEN }}" \
https://api.github.com/repos/${{ env.VEDA_CONFIG_REPO }}
- name: Verify Target Repository
run: |
echo "Current Directory: $(pwd)"
git remote -v
git branch
- name: Copy untracked mdx file to veda-config
run: |
echo "Copying .mdx file to veda-config repository"
Expand Down

0 comments on commit 5b1846d

Please sign in to comment.