You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/comment-diffs.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,13 +83,13 @@ jobs:
83
83
with:
84
84
github-token: ${{secrets.GITHUB_TOKEN}}
85
85
script: |
86
-
const body = `The commit with hash: ${{ steps.head_hash.outputs.HEAD_HASH }} has changed the output of \`create-react-native-library\`. You can find the diff of the change below:
86
+
const body = `This PR changes the output of \`create-react-native-library\`. You can find the diff of the change below:
87
87
88
88
\`\`\`diff
89
89
${{ steps.diff.outputs.DIFF_RESULT }}
90
90
\`\`\`
91
91
92
-
> This diff is between this branch and the \`main\` branch.
92
+
> This diff is between ${{ steps.head_hash.outputs.HEAD_HASH }} and the \`main\` branch.
0 commit comments