Update build-mac-catalyst.yml
This commit is contained in:
parent
207f5b549f
commit
feecc46490
3
.github/workflows/build-mac-catalyst.yml
vendored
3
.github/workflows/build-mac-catalyst.yml
vendored
@ -144,8 +144,7 @@ jobs:
|
||||
if [[ -n "$TF_LINE" ]]; then
|
||||
printf '%s\n' "${TF_LINE}"
|
||||
fi
|
||||
printf '\n> **First launch:** Right-click the app → Open → click Open in the dialog. You only need to do this once.\n\n'
|
||||
printf '<sub>Built from `%s` | [View workflow run](https://github.com/%s/actions/runs/%s)</sub>\n' "${{ github.sha }}" "${{ github.repository }}" "${{ github.run_id }}"
|
||||
printf '<sub>Built from `%s`"
|
||||
} >"${COMMENT_FILE}"
|
||||
|
||||
gh api "repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user