Skip to content

ci(deploy): modulize android and ios deployment files #80

ci(deploy): modulize android and ios deployment files

ci(deploy): modulize android and ios deployment files #80

Workflow file for this run

name: 🚀 Deploy
on:
push:
branches:
- main
jobs:
ios:
uses: ./.github/workflows/ios.yaml
secrets: inherit
with:
app_variant: internal
ci: true
android:
uses: ./.github/workflows/android.yaml

Check failure on line 17 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / 🚀 Deploy

Invalid workflow file

The workflow is not valid. demokratie-live/app-expo/.github/workflows/ios.yaml@be84f7ab37d6c38701fb3a59e468b891f140cd75 (Line: 17, Col: 11): Invalid input, os is not defined in the referenced workflow.
secrets: inherit
with:
app_variant: internal
ci: true