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 8496c63 commit 9d8311d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Split Backend Repo
env:
BACKEND_REPO_URL: https://github-actions:${{ secrets.GITHUB_TOKEN }}@github.com/${{ vars.BACKEND_REPO }}.git
BACKEND_REPO_URL: https://github.com/${{ vars.BACKEND_REPO }}.git
run: |
echo "Splitting backend repo"
echo "Backend Repo URL: $BACKEND_REPO_URL"
Expand Down

0 comments on commit 9d8311d

Please sign in to comment.