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