Skip to content

Set correct environment casings #2

Set correct environment casings

Set correct environment casings #2

Workflow file for this run

name: Deploy to test
on:
workflow_run:
workflows: [CI]
types: [completed]
run-name: ${{ github.event.workflow_run.head_commit.message }}
jobs:
deploy-test:
name: Deploy
permissions:
contents: write
uses: ./.github/workflows/reusable-deploy.yml

Check failure on line 13 in .github/workflows/deploy-test.yml

View workflow run for this annotation

GitHub Actions / Deploy to test

Invalid workflow file

The workflow is not valid. In .github/workflows/deploy-test.yml (Line: 13, Col: 11): Error from called workflow avivasolutionsnl/github-actions-poc/.github/workflows/reusable-deploy.yml@49ed511b522d77a9ebdbaa6cc8603b2ef763bfdb (Line: 8, Col: 15): Unexpected value 'environment'
with:
environment: test
ref: ${{ github.ref }}
run-job: ${{ github.event.workflow_run.conclusion == 'success' }}
secrets: inherit