We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e281b commit 119babfCopy full SHA for 119babf
.github/workflows/gitsplit.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: checkout
14
- run: git clone https://github.com/org/project /home/runner/work/org/project && cd /home/runner/work/org/project
+ run: git clone https://github.com/web-token/jwt-framework /home/runner/work/web-token/jwt-framework && cd /home/runner/work/web-token/jwt-framework
15
- name: Split repositories
16
uses: docker://jderusse/gitsplit:latest
17
with:
0 commit comments