Skip to content

Interesting

Interesting #14

Workflow file for this run

name: Workflow de test
on: push
jobs:
jobi:
name: Run the jobs
uses: ./.github/workflows/ci-test-jobs.yml
with:
VAR_1: Hello
VAR_2: Goodbye
joba:
name: Run the jobs
uses: ./.github/workflows/ci-test-jobs.yml
with:
VAR_1: "Hello flop"
VAR_2: "Goodbye flip"