Skip to content

Commit a165c57

Browse files
Update main.yml
1 parent 207fc8e commit a165c57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
build:
55
runs-on: ubuntu-18.04
66
steps:
7-
- name: Checkout
8-
uses: actions/checkout@master
7+
# - name: Checkout
8+
# uses: actions/checkout@master
99

1010
- name: 'run pipeline'
11-
uses: ./
11+
uses: codefresh-io/codefresh-pipeline-runner@v5
1212
env:
1313
PIPELINE_NAME: 'codefresh-pipeline'
1414
TRIGGER_NAME: 'codefresh-trigger'

0 commit comments

Comments
 (0)