File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2525 steps :
2626 - name : Checkout
2727 uses : actions/checkout@v4
28+ with :
29+ fetch-depth : 0
2830 - name : Setup Pages
2931 uses : actions/configure-pages@v5
3032 - name : Upload artifact
Original file line number Diff line number Diff line change 7777 steps :
7878 - name : Checkout code
7979 uses : actions/checkout@v4
80+ with :
81+ fetch-depth : 0
8082
8183 - name : Configure AWS credentials
8284 uses : aws-actions/configure-aws-credentials@v2
Original file line number Diff line number Diff line change 1818 - name : Checkout Repo
1919 # https://github.com/actions/checkout
2020 uses : actions/checkout@v4
21+ with :
22+ fetch-depth : 0
2123
2224 - uses : ./.github/actions/setup
2325 with :
Original file line number Diff line number Diff line change 1515 - name : Checkout Repo
1616 # https://github.com/actions/checkout
1717 uses : actions/checkout@v4
18+ with :
19+ fetch-depth : 0
1820
1921 - uses : ./.github/actions/setup
2022 - uses : ./.github/actions/lint
Original file line number Diff line number Diff line change 1010 - name : Checkout Repo
1111 # https://github.com/actions/checkout
1212 uses : actions/checkout@v4
13+ with :
14+ fetch-depth : 0
1315
1416 - uses : ./.github/actions/setup
1517 with :
You can’t perform that action at this time.
0 commit comments