Skip to content

Commit 458aa80

Browse files
committed
chore: use sha instead of ref
1 parent 9a018d4 commit 458aa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-new-plugin-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
ref: ${{ github.event.pull_request.head.ref }}
19+
ref: ${{ github.event.pull_request.head.sha }}
2020

2121
- name: Identify New Plugin Directories
2222
id: find_new_plugins

0 commit comments

Comments
 (0)