mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
added checkout action v2
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -81,10 +81,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-build-docs.git nosqlbench-build-docs
|
git clone https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-build-docs.git nosqlbench-build-docs
|
||||||
cd nosqlbench-build-docs
|
cd nosqlbench-build-docs
|
||||||
git remote -v
|
|
||||||
echo "files listing"
|
echo "files listing"
|
||||||
find .
|
find .
|
||||||
# git remote set-url origin https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-build-docs.git
|
git remote set-url origin https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-build-docs.git
|
||||||
git remote -v
|
git remote -v
|
||||||
|
|
||||||
- name: checkout repo
|
- name: checkout repo
|
||||||
|
|||||||
Reference in New Issue
Block a user