Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -10,8 +10,11 @@ jobs:
|
|||||||
pull:
|
pull:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: init
|
||||||
run: git clone --depth=10 --filter=tree:0 ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} repo
|
run: |
|
||||||
|
git config --local user.email "vtolstov <vtolstov@users.noreply.github.com>"
|
||||||
|
git config --local user.name "github-actions[bot]"
|
||||||
|
git clone --depth=10 --filter=tree:0 ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} repo
|
||||||
|
|
||||||
- name: track master
|
- name: track master
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user