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

This commit is contained in:
gilesb 2023-10-23 21:52:11 +01:00
parent ee3a056c93
commit 891dae3a05
1 changed files with 2 additions and 1 deletions

View File

@ -21,9 +21,10 @@ jobs:
chmod +x ../tea
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
- name: tag
- name: get tag
run: |
../tea r ls -o=simple
echo $(../tea r ls -o=simple | head -n 1)
echo $(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1)
- uses: http://sigyl.com:3000/actions/setup-node@v3
with: