File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1212 with :
1313 submodules : recursive
1414 persist-credentials : false
15+ - name : Set SOURCE_DATE_EPOCH
16+ run : echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> "$GITHUB_ENV"
1517 - name : Install Node.js
1618 uses : actions/setup-node@v4
1719 with :
4648 with :
4749 submodules : recursive
4850 persist-credentials : false
51+ - name : Set SOURCE_DATE_EPOCH
52+ run : echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> "$GITHUB_ENV"
4953 - name : Install Node.js
5054 uses : actions/setup-node@v4
5155 with :
9195 run : |
9296 Copy-Item -Path repo -Destination D:\repo -Recurse
9397 Remove-Item -Path repo -Recurse -Force
98+ - name : Set SOURCE_DATE_EPOCH
99+ working-directory : D:\repo
100+ run : echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> "$env:GITHUB_ENV"
94101 - name : Install Node.js
95102 uses : actions/setup-node@v4
96103 with :
You can’t perform that action at this time.
0 commit comments