Skip to content

Workflow file for this run

name: "Deploy"
run-name: Deploy (${{ github.ref_name }} -> ${{ inputs.environment }}) by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
environment:
description: 'Deploy to Environment'
required: true
default: 'staging'
type: choice
options:
- staging
- production
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
jobs:
deploy:
uses: scientist-softserv/actions/.github/workflows/deploy.yaml@analyitics_update

Check failure on line 22 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yaml" -> "scientist-softserv/actions/.github/workflows/deploy.yaml@analyitics_update" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets: inherit