mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 15:31:12 +03:00
10 lines
183 B
YAML
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
|