Jolg42 / action-renovate-checkbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action-renovate-checkbox

Trigger Renovate with the Dependency Dashboard checkbox.

Usage

You can now consume the action by referencing the v1 branch

uses: Jolg42/action-renovate-checkbox@v1
with:
  master-issue-id: 1234
env:
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Full example

name: Renovate Checkbox

on:
  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: Jolg42/action-renovate-checkbox@v1
        with:
          master-issue-id: 1234
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

License:MIT License


Languages

Language:JavaScript 100.0%