Files
AS_Network_List/.github/actions/gitReset/action.yaml
2024-03-03 12:25:10 +01:00

10 lines
183 B
YAML

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