Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
christophstockinger committed Nov 13, 2024
1 parent ecfe75f commit 8496c63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
- name: Split Backend Repo
env:
BACKEND_REPO_URL: https://github-actions:${{ secrets.GITHUB_TOKEN }}@github.com/${{ secrets.BACKENd_REPO }}.git
BACKEND_REPO_URL: https://github-actions:${{ secrets.GITHUB_TOKEN }}@github.com/${{ vars.BACKEND_REPO }}.git
run: |
echo "Splitting backend repo"
echo "Backend Repo URL: $BACKEND_REPO_URL"
cd backend
git init
git add .
Expand Down

0 comments on commit 8496c63

Please sign in to comment.