Skip to content

use action

use action #4

name: Caller Workflow
on:
push:
branches:
- private/shweta/ovs-multi-arch
pull_request:
branches:
- private/shweta/ovs-multi-arch
jobs:
trigger_workflow:
runs-on: ubuntu-latest
steps:
- name: Trigger Docker Image Build
uses: actions/workflow-dispatch@v2
with:
workflow: ovs-multiarch-build-and-push.yml
with:

Check failure on line 18 in .github/workflows/ovs-multiarch-caller.yaml

View workflow run for this annotation

GitHub Actions / Caller Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/ovs-multiarch-caller.yaml (Line: 18, Col: 9): 'with' is already defined
image-name: openvswitch
tag: testovs