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 985193d commit f3ced0fCopy full SHA for f3ced0f
.github/workflows/main.yml
@@ -1,21 +1,16 @@
1
-name: CI
2
-
3
-on: [push]
+version: 1.0
4
on:
5
- pull_request:
+ push:
6
branches:
7
- - master
+ - master
8
9
jobs:
10
build:
11
12
- runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@master
16
- - name: Run a one-line script
17
- run: echo Hello, world!
18
- - name: Run a multi-line script
19
- run: |
20
- echo Add other actions to build,
21
- echo test, and deploy your project.
+ - name: 'run pipeline'
+ uses: ./
+ with:
+ PIPELINE_NAME: 'codefresh-pipeline'
+ TRIGGER_NAME: 'codefresh-trigger'
+ CF_API_KEY: ${{ secrets.GITHUB_TOKEN }}
+ id: run-pipeline
0 commit comments