Skip to content

🚀 Deploy Version #10

🚀 Deploy Version

🚀 Deploy Version #10

Workflow file for this run

name: 🚀 Deploy Version
on:
workflow_dispatch:
jobs:
deploy:
if: startsWith(github.ref, 'refs/tags/')
uses: engine3d-dev/ci/.github/workflows/deploy.yml@main
with:
version: ${{ github.ref_name }}
os: Linux

Check failure on line 12 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / 🚀 Deploy Version

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 12, Col: 11): Invalid input, os is not defined in the referenced workflow.
secrets: inherit