mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
Switch from GitHub checkout@v2 to checkout@v1 due to bugs in checkout (#9697)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
parent
46c64c90d0
commit
7344fb9858
1 changed files with 1 additions and 4 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -45,10 +45,7 @@ jobs:
|
|||
git config --global core.symlinks true && git config --global core.autocrlf false
|
||||
if command -v dpkg > /dev/null; then sudo dpkg-reconfigure debconf -f noninteractive -p high; fi
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
# we need full history to diff against the original for linting etc.
|
||||
fetch-depth: 0
|
||||
uses: actions/checkout@v1
|
||||
- name: Configure AWS Credentials
|
||||
continue-on-error: true
|
||||
if: github.repository == 'ray-project/ray' && github.event_name != 'pull_request'
|
||||
|
|
Loading…
Add table
Reference in a new issue