using an nodejs image and the normal checkout
Dieser Commit ist enthalten in:
Ursprung
da7dfbeb80
Commit
fb83eadc84
1 geänderte Dateien mit 3 neuen und 7 gelöschten Zeilen
|
@ -3,14 +3,10 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
clone:
|
clone:
|
||||||
runs-on: private-vault
|
runs-on: private-vault
|
||||||
|
container:
|
||||||
|
image: docker.io/node:lts
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- uses: actions/checkout@v3
|
||||||
run: |
|
|
||||||
apt update
|
|
||||||
apt install git
|
|
||||||
git init
|
|
||||||
git remote add origin "${{ github.repository }}"
|
|
||||||
git pull --depth=1
|
|
||||||
configuration:
|
configuration:
|
||||||
runs-on: private-vault
|
runs-on: private-vault
|
||||||
needs:
|
needs:
|
||||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren