Compare commits
1 Commits
feature/us
...
aa1d57cf94
| Author | SHA1 | Date | |
|---|---|---|---|
| aa1d57cf94 |
@@ -94,7 +94,7 @@ jobs:
|
||||
- name: Restore git cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .git
|
||||
path: build
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
||||
|
||||
- name: Checkout repo
|
||||
@@ -119,7 +119,7 @@ jobs:
|
||||
- name: Restore git cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .git
|
||||
path: build
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v5
|
||||
@@ -143,7 +143,7 @@ jobs:
|
||||
- name: Restore git cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .git
|
||||
path: build
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user