We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1558bf4 commit dafc66dCopy full SHA for dafc66d
1 file changed
.github/workflows/deploy.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
git config --global user.name "GitHub Actions"
31
git config --global user.email "adrian@rebelion.la"
32
- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git
+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/agentico-dev/$GITHUB_REPOSITORY.git
33
34
- name: Deploy to GitHub Pages
35
run: npm run deploy
0 commit comments