We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c5ad2 commit 665e617Copy full SHA for 665e617
.github/workflows/gametracking.yml
@@ -105,14 +105,15 @@ jobs:
105
run: |
106
git config --global user.name "github-actions[bot]"
107
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
108
+ git config --global core.safecrlf false
109
110
- name: Get current commit SHA
111
id: before
112
working-directory: ${{ github.workspace }}/tracked_game
113
shell: bash
114
run: echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
115
- - name: Delete non-whitelisted files
116
+ - name: Delete all folders for cleanup
117
if: ${{ inputs.reset-gametracking }}
118
119
0 commit comments