This commit is contained in:
2023-11-20 15:58:36 +01:00
parent 0d58811815
commit bee8958456
2 changed files with 8 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
username: ${{ secrets.REGISTRY_DOCKER_USER }}
password: ${{ secrets.REGISTRY_DOCKER_PASS }}
- name: git clone repo
- name: clone & build & push
run: |
git clone https://github.com/EnableSecurity/wafw00f
cd wafw00f

View File

@@ -1,6 +1,6 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [never]
on: [push]
## Exemple https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml
@@ -19,3 +19,9 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: Git clone private repository
uses: actions/checkout@v3
with:
repository: staffadmin/wafw00f
token: ${{ secrets.REPO_PULL_GITEA }}