Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Oct 18, 2023
1 parent e89d497 commit f99fc09
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
run: git clone "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE"
- name: test-gitsplit-token
env:
GITSPLIT_SECRET: ${{ secrets.GITSPLIT_TOKEN }}
if: ${{ env.GITSPLIT_SECRET == '' }}
run: echo "GITSPLIT_TOKEN is not set"
run: git clone "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout $GITHUB_SHA
- name: Split repositories
uses: docker://jderusse/gitsplit:latest
with:
Expand Down

0 comments on commit f99fc09

Please sign in to comment.