Skip to content

Commit c902187

Browse files
authored
Update main.yml
1 parent c6c9f5b commit c902187

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
name: run codefresh pipeline
22
on: push
33
jobs:
4-
5-
clone:
6-
runs-on: ubuntu-18.04
7-
steps:
8-
- name: 'clone'
9-
- uses: actions/checkout@master
10-
env:
11-
PIPELINE_NAME: 'codefresh-pipeline'
12-
TRIGGER_NAME: 'codefresh-trigger'
13-
CF_API_KEY: ${{ secrets.GITHUB_TOKEN }}
14-
id: run-pipeline
15-
16-
174
build:
185
runs-on: ubuntu-18.04
196
steps:
7+
- name: Checkout
8+
uses: actions/checkout@master
9+
2010
- name: 'run pipeline'
2111
uses: ./codefresh-action
2212
env:

0 commit comments

Comments
 (0)