Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Otra prueba más
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus committed Mar 24, 2024
1 parent d00f36b commit 0e6ed88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scaffold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git commit -m "Generate tp-scaffold files"
git branch -M ${{ github.event.inputs.branch }}
git remote add origin "https://github.com/${{ github.repository }}.git"
git push --force origin ${{ github.event.inputs.branch }}
git remote add origin "https://$GITHUB_TOKEN@github.com/${{ github.repository }}"
git push -f -u origin ${{ github.event.inputs.branch }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e6ed88

Please sign in to comment.