Skip to content

Update resource group and cluster name in Kubernetes workflow #7

Update resource group and cluster name in Kubernetes workflow

Update resource group and cluster name in Kubernetes workflow #7

name: Reusable Workflow Echo Caller
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/reusable-workflow-echo-caller.yml'
jobs:
say-hello:
uses: ./.github/workflows/reusable-workflow-echo.yml
with:
my-input: 'Hello, world!'
say-goodbye:
uses: https://github.com/prasadhonrao/github-actions-workshop-shared-repo/blob/main/.github/workflows/deploy.yml

Check failure on line 14 in .github/workflows/reusable-workflow-echo-caller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/reusable-workflow-echo-caller.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
my-input: 'Goodbye!'