Skip to content

Commit

Permalink
checkout before workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket36 committed Apr 22, 2024
1 parent 262a548 commit 7777df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ovs-multiarch-caller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
call-callee:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Call Callee Workflow
uses: ./.github/workflows/ovs-multiarch-build-and-push.yml
with:
Expand Down

0 comments on commit 7777df9

Please sign in to comment.