Skip to content

Commit f0ca852

Browse files
committed
chore: change formatting
1 parent 45731ac commit f0ca852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
with:
8484
github-token: ${{secrets.GITHUB_TOKEN}}
8585
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:
8787
8888
\`\`\`diff
8989
${{ steps.diff.outputs.DIFF_RESULT }}
9090
\`\`\`
9191
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.
9393
`;
9494
9595
const comments = await github.issues.listComments({

0 commit comments

Comments
 (0)