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 59360c0 commit 60f2812Copy full SHA for 60f2812
1 file changed
.github/workflows/update-submodule.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
$line = (git submodule status --recursive | Select-Object -First 1).Trim()
25
$parts = $line -split '\s+'
26
- $path = "<actual-submodule-path>"
+ $path = $parts[1]
27
$hash = (git rev-parse HEAD:$path)
28
"hash=$hash" >> $env:GITHUB_OUTPUT
29
"path=$path" >> $env:GITHUB_OUTPUT
0 commit comments