This commit is contained in:
parent
79340ca867
commit
14d3cbf9fa
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ jobs:
|
|||
deploy:
|
||||
runs-on: debian
|
||||
steps:
|
||||
- name: Update git
|
||||
run: sudo apt-get update && sudo apt-get install -y git
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue