This commit is contained in:
Be
2024-03-03 12:25:10 +01:00
parent 2d6a8a295e
commit 2cb99c0824
2 changed files with 12 additions and 12 deletions

9
.github/actions/gitReset/action.yaml vendored Normal file
View File

@@ -0,0 +1,9 @@
runs:
using: "composite"
steps:
- name: Git reset, clean, pull
shell: bash
run: |
git reset --hard
git clean -fdx
git pull