Upload large native fingerprint diffs

This commit is contained in:
vineyardbovines
2026-08-18 09:45:09 -04:00
parent 67038d929d
commit a0e37e93a0
+12 -4
View File
@@ -186,10 +186,18 @@ jobs:
- name: 📷 Check fingerprint and install dependencies
id: fingerprint
timeout-minutes: 5
uses: bluesky-social/github-actions/fingerprint-native@abc6a46eb4badf243f55bfd7d6cec42722456300 # v0.3.0
uses: bluesky-social/github-actions/fingerprint-native@2138c118d1b0758859a43f0599dba03700531f9e
with:
profile: pull-request
- name: ⬆️ Upload fingerprint diff
if: ${{ steps.fingerprint.outputs.includes-changes }}
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: native-fingerprint-diff
path: ${{ steps.fingerprint.outputs.diff-path }}
retention-days: 7
- name: 💬 Drop a comment
uses: marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
if: ${{ steps.fingerprint.outputs.includes-changes }}
@@ -199,12 +207,12 @@ jobs:
The Pull Request introduced fingerprint changes against the base commit:
<details><summary>Fingerprint diff</summary>
```json
${{ steps.fingerprint.outputs.diff }}
```
${{ steps.fingerprint.outputs.diff-summary }}
</details>
The full diff is available in the `native-fingerprint-diff` workflow artifact.
---
*Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖*