mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed fetch-depth
Only the last commit is used, unless creating the ChangeLog file.
This commit is contained in:
parent
e2d76478db
commit
1ce40e3b29
6 changed files with 0 additions and 6 deletions
1
.github/workflows/compilers.yml
vendored
1
.github/workflows/compilers.yml
vendored
|
@ -151,7 +151,6 @@ jobs:
|
|||
- run: mkdir build
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 128
|
||||
path: src
|
||||
- run: autoconf
|
||||
working-directory: src
|
||||
|
|
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
@ -15,7 +15,6 @@ jobs:
|
|||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 128
|
||||
path: src
|
||||
- run: ./src/tool/actions-commit-info.sh
|
||||
id: commit_info
|
||||
|
|
1
.github/workflows/mingw.yml
vendored
1
.github/workflows/mingw.yml
vendored
|
@ -29,7 +29,6 @@ jobs:
|
|||
git config --system core.eol lf
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 128
|
||||
path: src
|
||||
- run: ./src/tool/actions-commit-info.sh
|
||||
shell: bash
|
||||
|
|
1
.github/workflows/mjit.yml
vendored
1
.github/workflows/mjit.yml
vendored
|
@ -20,7 +20,6 @@ jobs:
|
|||
sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev bison autoconf ruby
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 128
|
||||
path: src
|
||||
- run: ./src/tool/actions-commit-info.sh
|
||||
id: commit_info
|
||||
|
|
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
|
@ -33,7 +33,6 @@ jobs:
|
|||
sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev bison autoconf ruby
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 128
|
||||
path: src
|
||||
- run: ./src/tool/actions-commit-info.sh
|
||||
id: commit_info
|
||||
|
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -33,7 +33,6 @@ jobs:
|
|||
choco install --no-progress openssl winflexbison3
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 128
|
||||
path: src
|
||||
- run: ./src/tool/actions-commit-info.sh
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue