Skip to content

zeroclutch is deploying Gamebot to staging #13

zeroclutch is deploying Gamebot to staging

zeroclutch is deploying Gamebot to staging #13

Workflow file for this run

name: Deploy Staging
run-name: ${{ github.actor }} is deploying Gamebot to staging
on:
# Allow for automatic deployment on branches that aren't concerned about downtime
push:
branches:
- staging
- feature/github-actions
workflow_dispatch:
inputs:
branch:
type: string
default: staging
required: false
log_level:
description: 'Log level'
type: choice
options:
- trace
- debug
- info
- warn
- error
default: info
required: false
workflow_call:
inputs:
branch:
type: string
default: staging
required: false
log_level:
description: 'Log level'
type: string
default: info
required: false
jobs:
deploy:
uses: ./.github/workflows/deploy.yml

Check failure on line 42 in .github/workflows/deploy-staging.yml

View workflow run for this annotation

GitHub Actions / Deploy Staging

Invalid workflow file

The workflow is not valid. In .github/workflows/deploy-staging.yml (Line: 42, Col: 11): Error from called workflow zeroclutch/gamebot/.github/workflows/deploy.yml@404a94dcd9bdceceb83b3a2c1c125ddfae8322eb (Line: 38, Col: 12): Job 'run-deployment' depends on unknown job 'run-tests'.
with:
environment: staging
log_level: ${{ inputs.log_level }}
branch: ${{ inputs.branch }}
secrets: inherit