Skip to content

chore: Configured to Use Reusable Workflow #1

chore: Configured to Use Reusable Workflow

chore: Configured to Use Reusable Workflow #1

name: Build And Deploy Web App
# Trigger conditions for the workflow
on:
pull_request:
branches: [ "dev" ]
types: [ closed ]
workflow_dispatch:
# Concurrency settings to manage multiple workflow runs
# This ensures orderly deployment to production environment
concurrency:
group: "web-pages"
cancel-in-progress: false
permissions:
contents: read # Read repository contents
pages: write # Write to GitHub Pages
id-token: write # Write authentication tokens
pull-requests: write # Write to pull requests
jobs:
build_and_deploy_web:
name: Build And Deploy Web App
uses: openMF/mifos-mobile-github-actions/.github/workflows/build-and-deploy-site.yaml@main

Check failure on line 25 in .github/workflows/build-and-deploy-site.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-deploy-site.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build-and-deploy-site.yaml" -> "openMF/mifos-mobile-github-actions/.github/workflows/build-and-deploy-site.yaml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
web_package_name: 'mifospay-web'