mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 23:35:41 +03:00
actions
This commit is contained in:
9
.github/actions/gitReset/action.yaml
vendored
Normal file
9
.github/actions/gitReset/action.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user