Skip to content

Commit

Permalink
Update godoc_pr_preview.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Nov 23, 2023
1 parent 93b8ad9 commit 81bb830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/godoc_pr_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
link="https://pkg.go.dev/$REPO@$version"
comment="Documentation for this module: [GoDoc]($link)"
echo "comment=$(jq -n --arg s \"$comment\" '$s')" >> "$GITHUB_OUTPUT"
echo "comment=$(echo \"$comment\" | jq -R .)" >> "$GITHUB_OUTPUT"
env:
REPO: ${{ github.repository.full_name }}
REV: ${{ github.event.pull_request.base.sha }}
Expand Down

0 comments on commit 81bb830

Please sign in to comment.