We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0995f6b commit 5ffc922Copy full SHA for 5ffc922
.github/workflows/schedule.yml
@@ -35,6 +35,7 @@ jobs:
35
36
steps:
37
- name: Get ${{ matrix.channel }} version
38
+ id: version
39
run: |
40
if ${{ matrix.channel == 'edge' && 'true' || 'false' }}; then
41
git ls-remote https://dart.googlesource.com/sdk.git HEAD | tee HEAD
0 commit comments