We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 660346c + 000c1c2 commit f9f2e8bCopy full SHA for f9f2e8b
1 file changed
.github/workflows/release.yml
@@ -572,6 +572,7 @@ jobs:
572
# Remove the second require block added by `go get` — the docs repo
573
# only needs the direct dependency in the first require block.
574
awk '/^require \(/{n++} n==2{if(/^\)/) n=3; next} n!=2' go.mod > go.mod.tmp && mv go.mod.tmp go.mod
575
+ cat -s go.mod > go.mod.tmp && mv go.mod.tmp go.mod
576
577
- name: Create pull request
578
if: steps.check-docs.outputs.changed == 'true'
0 commit comments