We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c9f5b commit c902187Copy full SHA for c902187
.github/workflows/main.yml
@@ -1,22 +1,12 @@
1
name: run codefresh pipeline
2
on: push
3
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
17
build:
18
runs-on: ubuntu-18.04
19
steps:
+ - name: Checkout
+ uses: actions/checkout@master
+
20
- name: 'run pipeline'
21
uses: ./codefresh-action
22
env:
0 commit comments