diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index 8bfe257819..d6daa75867 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -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:
Fingerprint diff - ```json - ${{ steps.fingerprint.outputs.diff }} - ``` + ${{ steps.fingerprint.outputs.diff-summary }}
+ 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) 🤖*