File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : Benchmark
2
2
on :
3
3
workflow_call :
4
+ inputs :
5
+ git_ref :
6
+ type : string
4
7
5
8
permissions :
6
9
# deployments permission to deploy GitHub pages website
20
23
steps :
21
24
- name : Git checkout
22
25
uses : actions/checkout@v4
26
+ with :
27
+ ref : ${{ inputs.git_ref }}
23
28
24
29
- name : Load environment variables
25
30
run : cat .github/.env >> $GITHUB_ENV
30
35
node : 18.x
31
36
solana : ${{ env.SOLANA_VERSION }}
32
37
cache : ${{ env.CACHE }}
38
+ artifacts : program-builds-${{ inputs.git_ref }}
33
39
34
40
- name : Install dependencies
35
41
uses : metaplex-foundation/actions/install-node-dependencies@v1
Original file line number Diff line number Diff line change 1
1
name : Benchmark
2
2
on :
3
3
workflow_call :
4
+ inputs :
5
+ git_ref :
6
+ type : string
4
7
5
8
permissions :
6
9
# deployments permission to deploy GitHub pages website
28
31
node : 18.x
29
32
solana : ${{ env.SOLANA_VERSION }}
30
33
cache : ${{ env.CACHE }}
34
+ artifacts : program-builds-${{ inputs.git_ref }}
31
35
32
36
- name : Install dependencies
33
37
uses : metaplex-foundation/actions/install-node-dependencies@v1
You can’t perform that action at this time.
0 commit comments