test setup step #1245
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: aftercheckout
|
||||
run: |
|
||||
git init
|
||||
git secret init
|
||||
ls -al
|
||||
ls -al ..
|
||||
pwd
|
||||
|
|
Loading…
Reference in a new issue