.forgejo/workflows/demo.yaml aktualisiert
This commit is contained in:
parent
38f3e51081
commit
02acb272af
1 changed files with 17 additions and 17 deletions
|
|
@ -4,21 +4,21 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
checkout:
|
||||
runs-on: docker
|
||||
name: Checkout
|
||||
steps:
|
||||
- name: Cache repository
|
||||
uses: actions/cache@v4
|
||||
id: cache-repository
|
||||
with:
|
||||
path: repository
|
||||
key: ${{ runner.os }}-repository-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-repository-
|
||||
checkout:
|
||||
runs-on: docker
|
||||
name: Checkout
|
||||
steps:
|
||||
- name: Cache repository
|
||||
uses: actions/cache@v4
|
||||
id: cache-repository
|
||||
with:
|
||||
path: repository
|
||||
key: ${{ runner.os }}-repository-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-repository-
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: repository
|
||||
submodules: recursive
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: repository
|
||||
submodules: recursive
|
||||
Loading…
Add table
Add a link
Reference in a new issue