Skip to content

Commit

Permalink
tryint to fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
nberr committed Feb 28, 2024
1 parent c11b09e commit eab3c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
exit 0
fi
git commit -m "Add new files"
git remote set-url origin https://<username>:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git remote set-url origin https://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git push origin main

0 comments on commit eab3c41

Please sign in to comment.