Skip to content

Commit

Permalink
added workflow call for reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Sep 7, 2023
1 parent 81a52a8 commit cac6282
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
description: "Docker hub image name taken from https://hub.docker.com/r/statusteam/nim-waku/tags. Format: statusteam/nim-waku:v0.19.0"
required: false
type: string
workflow_call:
inputs:
nim_wakunode_image:
required: false
type: string

env:
NODE_JS: "18"
Expand Down

0 comments on commit cac6282

Please sign in to comment.