Skip to content

Commit

Permalink
Merge branch 'main' into wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Nov 23, 2023
2 parents 489f2c5 + 7f1453b commit 22265ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/godoc_pr_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
echo "Module version: $version"
echo "name=$version" >> "$GITHUB_OUTPUT"
link="https://pkg.go.dev/$REPO@$version"
link="https://godocs.io/$REPO@$version"
comment="Documentation for this module: [GoDoc]($link)"
echo "comment=$(echo \"$comment\" | jq -R .)" >> "$GITHUB_OUTPUT"
echo "comment=$comment" >> "$GITHUB_OUTPUT"
env:
REPO: ${{ github.repository.full_name }}
REV: ${{ github.event.pull_request.base.sha }}
Expand Down

0 comments on commit 22265ee

Please sign in to comment.