Skip to content

added reusable workflow #36

added reusable workflow

added reusable workflow #36

Workflow file for this run

name: test_deployment
on:
push:
branches:
- '*'
env:
DOCKER_HUB_ORG: gioelkin
DOCKER_REPO: tethysapp-ciroh-portal
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
call-deployment-workflow:
uses: ./.github/workflows/helm_deploy.yml

Check failure on line 14 in .github/workflows/test_deployment.yml

View workflow run for this annotation

GitHub Actions / test_deployment

Invalid workflow file

The workflow is not valid. In .github/workflows/test_deployment.yml (Line: 14, Col: 11): Error from called workflow CIROH-UA/tethysportal-ciroh/.github/workflows/helm_deploy.yml@188cb44731140ce9295a05fc7c85945158f6961a (Line: 65, Col: 14): Unexpected symbol: '{'. Located at position 1 within expression: { inputs.dry-run
with:
dry-run: true