Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c665ad8d28 |
@@ -28,18 +28,12 @@ jobs:
|
||||
- name: Show Information
|
||||
run: echo "Runner ${{ runner.os }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: main
|
||||
token: ${{ secrets.REPO_PULL_GITEA }}
|
||||
|
||||
- name: Git clone private repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ env.GIT_REPO }}
|
||||
token: ${{ secrets.REPO_PULL_GITEA }}
|
||||
path: wafw00f
|
||||
path: staffadmin/wafw00f
|
||||
|
||||
- name: Login to docker private registry
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Reference in New Issue
Block a user