Skip to content

Commit

Permalink
fix: add more logging, remove extraneous copy
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Dec 18, 2024
1 parent 788ca5f commit 5ef917f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,10 @@ jobs:
# Update the env vars to staging based on env vars
#sed -i "s|${{ vars.ENV_FROM }}|${{ vars.ENV_TO }}|g" .env
cp -r datasets/* veda-config/datasets/
ls veda-config/datasets
git status
# git add .
git add .
echo "Added file for tracking"
# git commit -m "Add dataset(s)"
# git push origin $NEW_BRANCH
# PR_URL=$(GITHUB_TOKEN=$VEDA_CONFIG_REPO_ACCESS_TOKEN gh pr create -H $NEW_BRANCH -B develop --title 'Add dataset [Automated workflow]' --body-file <(echo "Add datasets (Automatically created by Github action)"))
Expand Down

0 comments on commit 5ef917f

Please sign in to comment.