Skip to content

Update JVM Version

Update JVM Version #1

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

Check failure on line 13 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: 13, Col: 11): Input versionBaseProperty is required, but not provided while calling. .github/workflows/deploy-with-kmm-bridge.yml (Line: 16, Col: 20): Invalid input, description is not defined in the referenced workflow.
with:
# Provide inputs here if the external workflow requires them
description: 'Deploying with KMM Bridge' # Optional
secrets:
# Provide secrets here if the external workflow requires them
netrcUsername: ${{ secrets.NETRC_USERNAME }}
netrcPassword: ${{ secrets.NETRC_PASSWORD }}