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