dolittle / release-composite-action

A composite GitHub Action for releasing pipeline. Dolittle Style!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Action - Action Name Here

This GitHub action ...

Github JavaScript Actions CI/CD

Pre requisites

Create a workflow .yml file in your .github/workflows directory. An example workflow is available below.

For more information, reference the GitHub Help Documentation for Creating a workflow file

Inputs

  • some-input: Description here

Outputs

  • some-output: Description here

Example Workflow

on:
  push:
    branches:
    - '**'
  pull_request:
    types: [closed]

name: GitHub action workflow name

jobs:
  context:
    name: Job name
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
      - name: Name here
        uses: dolittle/action-repository-here@tag-to-use
        

Contributing

We're always open for contributions and bug fixes!

Pre requisites

node <= 12 yarn git

About

A composite GitHub Action for releasing pipeline. Dolittle Style!

License:MIT License


Languages

Language:JavaScript 52.9%Language:TypeScript 47.1%