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