elgohr / Github-Hub-Action

Interacting with Github in an action

Repository from Github https://github.comelgohr/Github-Hub-ActionRepository from Github https://github.comelgohr/Github-Hub-Action

Github-Hub-Action

Actions Status

Interacting with Github in an action

Usage

New workflow

name: Publish Release
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Create a Release
      uses: elgohr/Github-Hub-Action@master
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      with:
        args: release create $(date +%Y%m%d%H%M%S)

Argument

The actions you want to perform on Github.
All commands can be found at https://hub.github.com/hub.1.html

About

Interacting with Github in an action

License:MIT License


Languages

Language:Dockerfile 84.7%Language:Shell 15.3%