Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

GitHub repository operations

v0.3.3-alpha

GitHub repository operations

play

GitHub repository operations

Github Action to interact with the github repository

Installation

Copy and paste the following snippet into your .yml file.

              

- name: GitHub repository operations

uses: jikuma/githubaction@v0.3.3-alpha

Learn more about this action in jikuma/githubaction

Choose a version

Supported Operations

create a release

  - uses: jikuma/githubaction@v0.3.0-alpha
      with:
        operation: 'create a release'
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        release_title: 'Release from Test'
        release_note: 'its a release node'
        asset_filepath: './CHANGELOG.md'
        tag_name: v0.1.GIHUB_SHORT_SHA

Contribution

See the walkthrough located here.

In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.