File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v5
1717 with :
1818 submodules : recursive
19- - name : Checkout source maps branch
20- uses : actions/checkout@v5
21- with :
22- path : source-maps
23- ref : source-maps
24- - name : Set up committer info
25- run : |
26- git config --global user.name "github-actions[bot]"
27- git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
2819 - uses : actions/setup-node@v4
2920 with :
3021 node-version : ' 18'
4435 path : ../builds/SourceCodeUseThisOne.zip
4536 repo-token : ${{ secrets.GITHUB_TOKEN }}
4637
38+ - name : Checkout source maps branch
39+ uses : actions/checkout@v5
40+ with :
41+ path : source-maps
42+ ref : source-maps
43+ - name : Set up committer info
44+ run : |
45+ git config --global user.name "github-actions[bot]"
46+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4747 - run : npm ci
4848
4949 # Create Firefox artifacts
You can’t perform that action at this time.
0 commit comments