From 56eaea94e1c0045de4cf2e2ef6a58a793245b714 Mon Sep 17 00:00:00 2001 From: Luke Goodfellow Date: Fri, 17 Nov 2023 14:51:10 -0800 Subject: [PATCH] Update main.yml fixed syntax --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37989ca..14ad1fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: uses: actions/checkout@master - name: 'run pipeline' - uses:./ + uses: ./ env: PIPELINE_NAME: 'codefresh-pipeline' TRIGGER_NAME: 'codefresh-trigger'