....
build-develop-branch / build-branch (push) Failing after 11s
Details
build-develop-branch / build-branch (push) Failing after 11s
Details
This commit is contained in:
parent
5516f743ca
commit
d70870d87c
|
@ -1,20 +1,18 @@
|
||||||
name: tea
|
name: tea
|
||||||
run-name: tea
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
secrets:
|
secrets:
|
||||||
token:
|
token:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tea:
|
tea:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: get tea
|
- name: get tea
|
||||||
run: |
|
run: |
|
||||||
echo tea please!
|
echo tea please!
|
||||||
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
|
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
|
||||||
chmod +x ../tea
|
chmod +x ../tea
|
||||||
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }}
|
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }}
|
||||||
echo thank you!
|
echo thank you!
|
||||||
|
|
Loading…
Reference in New Issue