Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashwat-K committed Jun 14, 2024
1 parent 7097da7 commit 9a47187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_go_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if [ "${{ env.GO_VERSION_UPDATED }}" == "true" ]; then
echo "Go version updated from ${{ env.CURRENT_GO_VERSION }} to ${{ env.LATEST_GO_VERSION }}" >> pr_body.md
fi
pr_body=$(<pr_body.md)
pr_body=$(cat pr_body.md | jq -sRr @uri)
echo "::set-output name=pr_body::$pr_body"
- name: Create Pull Request
Expand Down

0 comments on commit 9a47187

Please sign in to comment.