Skip to content

fix typo in second count #163

fix typo in second count

fix typo in second count #163

Workflow file for this run

# Put action within a raw block so that the curly bracket expressions aren't picked up by the cookiecutter
#
name: build-push
on:
push:
branches: "**"
jobs:
frontend:
permissions: write-all
uses: ./.github/workflows/build-fe.yml
secrets: inherit
backend:
permissions: write-all
uses: ./.github/workflows/build-one.yml
with:
service: backend
secrets: inherit
worker:
permissions: write-all
uses: ./.github/workflows/build-one.yml
with:
service: worker
secrets: inherit