We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1551fe6 commit b58edb7Copy full SHA for b58edb7
.github/workflows/dcm.yml
@@ -30,7 +30,7 @@ jobs:
30
name: Checkout repository
31
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
32
with:
33
- ref: "${{ github.event.pull_request.sha }}"
+ ref: "${{ github.event.pull_request.head.sha }}"
34
- id: dwds_pub_upgrade
35
name: dwds; dart pub upgrade
36
run: dart pub upgrade
0 commit comments