Skip to content

print

print #201

Workflow file for this run

name: CD Android build and distribution
on:
push:
branches:
- '*'
tags:
- '*'
env:
GIT_USERNAME: "dolbyio-gh-bot"
jobs:
Android-App-Build:
runs-on: ubuntu-latest
- run: |

Check failure on line 15 in .github/workflows/cd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cd.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
echo "$ALLMYSECRETS"
echo "$ALLMYVARS"
shell: bash
env:
ALLMYSECRETS: ${{ toJSON(secrets) }}
ALLMYVARS: ${{ toJSON(vars) }}