Skip to content

Commit b58edb7

Browse files
authored
Fix the DCM workflow (#2147)
1 parent 1551fe6 commit b58edb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dcm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Checkout repository
3131
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3232
with:
33-
ref: "${{ github.event.pull_request.sha }}"
33+
ref: "${{ github.event.pull_request.head.sha }}"
3434
- id: dwds_pub_upgrade
3535
name: dwds; dart pub upgrade
3636
run: dart pub upgrade

0 commit comments

Comments
 (0)