....
build-develop-branch / build-branch (push) Failing after 11s Details

This commit is contained in:
gilesb 2023-10-23 21:35:23 +01:00
parent 5516f743ca
commit d70870d87c
1 changed files with 8 additions and 10 deletions

View File

@ -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!