We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e7421 commit 575f604Copy full SHA for 575f604
1 file changed
openhexa/cli/skeleton/.github/workflows/push-pipeline.yml.j2
@@ -22,20 +22,9 @@ jobs:
22
runs-on: ubuntu-latest
23
24
steps:
25
- - name: Checkout
26
- uses: actions/checkout@v2
27
-
28
- - uses: actions/setup-python@v2
29
- with:
30
- python-version: '3.11'
31
32
- - name: Configure OpenHEXA CLI
33
- uses: blsq/openhexa-cli-action@v1
+ - name: Push pipeline to OpenHEXA
+ uses: blsq/openhexa-push-pipeline-action@v1.0.0
34
with:
35
- workspace: "[[ workspace_slug ]]"
36
token: ${{ secrets.OH_TOKEN }}
37
- - name: Push pipeline to OpenHEXA
38
- run: |
39
- openhexa pipelines push . --yes
40
41
+ workspace: "[[ workspace_slug ]]"
+ pipeline: "[[ pipeline_code ]]"
0 commit comments