Skip to content

Update WorkFlow

Update WorkFlow #3

name: Deploy WIth KMM Bridge Github Workflow
on: [push, pull_request] # or any other event
# Jobs : https://github.com/touchlab/KMMBridgeGithubWorkflow/blob/main/.github/workflows/faktorybuildautoversion.yml
permissions:
contents: write
packages: write
jobs:
call-external-workflow:
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildautoversion.yml@main
with:
# Provide inputs here if the external workflow requires them
description: 'Deploying with KMM Bridge' # Optional

Check failure on line 16 in .github/workflows/deploy-with-kmm-bridge.yml

View workflow run for this annotation

GitHub Actions / Deploy WIth KMM Bridge Github Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-with-kmm-bridge.yml (Line: 16, Col: 20): Invalid input, description is not defined in the referenced workflow.
versionBaseProperty: '0.0.3' # Required
secrets:
# Provide secrets here if the external workflow requires them
netrcUsername: ${{ secrets.NETRC_USERNAME }}
netrcPassword: ${{ secrets.NETRC_PASSWORD }}