Skip to content

Commit

Permalink
normalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
AppElent committed Jan 20, 2025
1 parent bddb28b commit a13820f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
3 changes: 2 additions & 1 deletion .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: AppElent/template-vite-ts-react-app
upstream_branch: main
upstream_branch: ${{ github.head_ref || github.ref_name }} # defaults to main
pr_labels: template-update # optional, no default

0 comments on commit a13820f

Please sign in to comment.