Skip to content

Update zeta_flutter

Update zeta_flutter #7

name: Update zeta_flutter
on:
workflow_dispatch:
workflow_call:
secrets:
PAT:
required: true
env:
flutter_branch: update-zeta-icons
jobs:
publish_flutter: #TODO: Rename this to deploy, I think that is a better name

Check failure on line 14 in .github/workflows/update_zeta_flutter.yml

View workflow run for this annotation

GitHub Actions / Update zeta_flutter

Invalid workflow file

The workflow is not valid. .github/workflows/update_zeta_flutter.yml (Line: 14, Col: 3): The workflow must contain at least one job with no dependencies.
uses: ./.github/workflows/copy-content.yml
needs: generate_tokens
if: ${{ needs.generate_tokens.outputs.changes == 'true' }}
secrets: inherit
with:
repo: ZebraDevs/zeta_flutter
branch: "update-zeta-icons"
source_dir: "./outputs/dart/."
destination_dir: "lib/generated/icons"