Skip to content

ormancicd/ormancicd-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orman CI/CD GitHub Action

Bu GitHub Action geçici olarak ağaç bağışladığınızı varsayan bir mesaj oynatır.

Örnek Kullanım

demo.yml dosyasından erişebilir veya aşağıdaki scripti kopyalayıp kullanabilirsiniz.

name: Orman CI/CD Demo

on:
  push:
    branches: [ main, action ]
  pull_request:
    branches: [ main, action ]

  workflow_dispatch:
  
jobs:
  orman_cicd:
    runs-on: ubuntu-latest
    name: Yazdığınız her kod, bir ağaç olsun!
    steps:
    - name: Orman CI/CD
      uses: ormancicd/[email protected]
      id: orman_cicd
      with:
        organization-id: 1
        planting-area-id: 34
        agac-sayisi: 100
    - name: Orman CI/CD Response
      run: echo "${{ steps.orman_cicd.outputs.response }}"