Compare commits
1 Commits
9cf9b21593
...
f30963981f
| Author | SHA1 | Date | |
|---|---|---|---|
| f30963981f |
@@ -7,6 +7,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- name: Restore git cache
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: .git
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user