This commit is contained in:
parent
bb39d93fbf
commit
684ca370bc
@ -18,9 +18,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: debug
|
- name: debug
|
||||||
run: echo "username: ${{ gitea.actor }}"
|
run: echo "username ${{ gitea.actor }}"
|
||||||
- name: debug2
|
- name: debug2
|
||||||
run: echo "password: ${{ secrets.GITEA_TOKEN }}"
|
run: echo "password ${{ secrets.GITEA_TOKEN }}"
|
||||||
- name: install netcat
|
- name: install netcat
|
||||||
run: apt-get -y update ; apt -y install netcat-openbsd
|
run: apt-get -y update ; apt -y install netcat-openbsd
|
||||||
- name: install mariadb server
|
- name: install mariadb server
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user