|
7 | 7 | build: |
8 | 8 | runs-on: ubuntu-latest |
9 | 9 | timeout-minutes: 5 |
10 | | - outputs: |
11 | | - sha-short: ${{ steps.vars.outputs.sha-short }} |
12 | 10 | steps: |
13 | 11 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
14 | 12 | - uses: ./.github/actions/initialize |
|
35 | 33 | env: |
36 | 34 | CI_BUILD_ID: FIXED_CI_BUILD_ID |
37 | 35 |
|
38 | | - - uses: Himenon/upload-diff-artifact@bbd1d94347ec5d0cc2425d5a33d76c0c23fa0fe1 |
39 | | - id: vars |
| 36 | + - uses: Himenon/upload-diff-artifact@01b6cc722e631f4d071c525ba6b27c9c2b2885e2 |
40 | 37 | with: |
41 | | - name: custom-build-name |
42 | 38 | path: | |
43 | 39 | apps/nextjs14-project/.next |
44 | 40 | apps/nextjs15-project/.next |
@@ -66,25 +62,15 @@ jobs: |
66 | 62 | - run: pnpm i --frozen-lockfile |
67 | 63 |
|
68 | 64 | - name: Diff Artifacts |
69 | | - uses: Himenon/diff-artifact@23e08445ffa42ca8cbb54f9201b68925b7159cbe |
| 65 | + uses: Himenon/diff-artifact@c712f70b1020a0de2e35714c1e69d24132fc415d |
70 | 66 | with: |
71 | | - github-token: ${{ github.token }} |
72 | 67 | app-id: ${{ secrets.APP_ID }} |
73 | 68 | app-private-key: ${{ secrets.APP_PRIVATE_KEY }} |
74 | | - pr-sha: ${{ needs.build.outputs.sha-short }} |
75 | | - base-ref: ${{ github.base_ref }} |
76 | 69 | diff-viewer-owner: "Himenon" |
77 | 70 | diff-viewer-repo-name: "compare-action-diff-viewer" |
78 | | - base-artifact-name: custom-build-name |
79 | | - pr-artifact-name: "custom-build-name-${{ needs.build.outputs.sha-short }}" |
80 | | - base-branch-prefix: custom-build-name |
81 | | - base-artifact-path: ".diff-artifacts/base" |
82 | | - pr-artifact-path: ".diff-artifacts/pr" |
83 | | - pr-branch-prefix: custom-build-name |
84 | 71 | gitignore-patterns: | |
85 | 72 | node_modules |
86 | 73 | cache |
87 | 74 | trace |
88 | 75 | trace-build |
89 | 76 | pre-push-shell: "pnpm exec oxfmt" |
90 | | - enable-comment: "true" |
0 commit comments