Skip to content

Commit

Permalink
Switch from GitHub checkout@v2 to checkout@v1 due to bugs in checkout (
Browse files Browse the repository at this point in the history
…ray-project#9697)

Co-authored-by: Mehrdad <[email protected]>
  • Loading branch information
mehrdadn and web-flow authored Jul 24, 2020
1 parent 46c64c9 commit 7344fb9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7344fb9

Please sign in to comment.