Skip to content

Commit

Permalink
Merge pull request #28 from manics/patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary checkout in binder button action
  • Loading branch information
hamelsmu committed Jun 25, 2020
2 parents c216ae4 + c852186 commit be1f306
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/binder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: checkout pull request branch
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: comment on PR with Binder link
uses: actions/github-script@v1
with:
Expand Down

0 comments on commit be1f306

Please sign in to comment.