File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ runs:
31
31
using : composite
32
32
steps :
33
33
- name : Checkout repository
34
- uses : actions /checkout@v4
34
+ uses : meta-introspector /checkout@v4
35
35
36
36
- name : Setup Node.js
37
- uses : actions /setup-node@v4
37
+ uses : meta-introspector /setup-node@v4
38
38
with :
39
39
node-version : ' 20.x'
40
40
75
75
mv artifacts/performance-tests/${{ inputs.artifact-suffix }}/$FILENAME.html artifacts/performance-tests/${{ inputs.artifact-suffix }}/${{ inputs.artifact-suffix }}.html
76
76
77
77
- name : Upload Clinic Report as Artifact
78
- uses : actions /upload-artifact@v4
78
+ uses : meta-introspector /upload-artifact@v4
79
79
with :
80
80
name : ${{ env.short_sha }}-${{ inputs.artifact-suffix }}
81
81
path : artifacts/performance-tests
Original file line number Diff line number Diff line change 9
9
using : composite
10
10
steps :
11
11
- name : Checkout code
12
- uses : actions /checkout@v4
12
+ uses : meta-introspector /checkout@v4
13
13
14
14
- name : Get short SHA
15
15
id : get_sha
16
16
shell : bash
17
17
run : echo "short_sha=${GITHUB_SHA::6}" >> $GITHUB_ENV
18
18
19
19
- name : Download artifact
20
- uses : actions /download-artifact@v4
20
+ uses : meta-introspector /download-artifact@v4
21
21
with :
22
22
name : " ${{ env.short_sha }}-flame-artifact"
23
23
path : artifacts/performance-tests/${{ env.short_sha }}
24
24
25
25
- name : Download artifact
26
- uses : actions /download-artifact@v4
26
+ uses : meta-introspector /download-artifact@v4
27
27
with :
28
28
name : " ${{ env.short_sha }}-doctor-artifact"
29
29
path : artifacts/performance-tests/${{ env.short_sha }}
30
30
31
31
- name : Deploy to GitHub Pages
32
- uses : peaceiris /actions-gh-pages@v4
32
+ uses : meta-introspector /actions-gh-pages@v4
33
33
with :
34
34
github_token : ${{ inputs.gh-token }}
35
35
publish_dir : artifacts
47
47
48
48
- name : Comment on Pull Request
49
49
if : env.PR_NUMBER != 'null'
50
- uses : actions /github-script@v7
50
+ uses : meta-introspector /github-script@v7
51
51
with :
52
52
github-token : ${{ inputs.gh-token }}
53
53
script : |
You can’t perform that action at this time.
0 commit comments