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

Commit

Permalink
Faltaban los ignorados
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus committed Mar 24, 2024
1 parent cc1aa47 commit 1be1684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scaffold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Push to scaffold branch
run: |
git switch --orphan ${{ github.event.inputs.branch }}
mv dist/* .
mv dist/* dist/.* .
git add .
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 1be1684

Please sign in to comment.