Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85d6ae4

Browse files
committed
Use github.base_ref
1 parent ce4dd5f commit 85d6ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/psalm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/cache@v2
4444
with:
4545
path: ${{ steps.composer-cache.outputs.dir }}
46-
key: composer-${{ github.sha }}
46+
key: composer-${{ github.base_ref }}
4747
restore-keys: composer-
4848

4949
- name: Install Psalm
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/cache@v2
8888
with:
8989
path: pr/.github/.cache/psalm/
90-
key: psalm-${{ github.sha }}
90+
key: psalm-${{ github.base_ref }}
9191
restore-keys: psalm-
9292

9393
- name: Psalm

0 commit comments

Comments
 (0)