....
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
|
||||
run-name: tea
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
token:
|
||||
required: true
|
||||
|
||||
required: true
|
||||
jobs:
|
||||
tea:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: get tea
|
||||
run: |
|
||||
echo tea please!
|
||||
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
|
||||
chmod +x ../tea
|
||||
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }}
|
||||
echo thank you!
|
||||
- name: get tea
|
||||
run: |
|
||||
echo tea please!
|
||||
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
|
||||
chmod +x ../tea
|
||||
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }}
|
||||
echo thank you!
|
||||
|
|
Loading…
Reference in New Issue