use both this project and upstream as cache key
This commit is contained in:
parent
67f41a7660
commit
a4e3c09f22
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Upstream version
|
- name: Upstream version
|
||||||
id: upstream-version
|
id: upstream-version
|
||||||
run: |
|
run: |
|
||||||
echo "version=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
echo "version=$(git rev-parse HEAD)/$(cd chawan && git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
||||||
- name: Check for pre-existing build
|
- name: Check for pre-existing build
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user