Skip to content

Commit 665e617

Browse files
committed
Disable safecrlf
1 parent 83c5ad2 commit 665e617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gametracking.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,15 @@ jobs:
105105
run: |
106106
git config --global user.name "github-actions[bot]"
107107
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
108+
git config --global core.safecrlf false
108109
109110
- name: Get current commit SHA
110111
id: before
111112
working-directory: ${{ github.workspace }}/tracked_game
112113
shell: bash
113114
run: echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
114115

115-
- name: Delete non-whitelisted files
116+
- name: Delete all folders for cleanup
116117
if: ${{ inputs.reset-gametracking }}
117118
working-directory: ${{ github.workspace }}/tracked_game
118119
shell: bash

0 commit comments

Comments
 (0)