Skip to content

variantdev/mod

Actions
Package manager for Makefile and Variantfile. Any set of files in Git/S3/GCS/HTTP as a reusable and parameterized module
v0.21.1
Latest
Star (2)

MOD GitHub Actions

This GitHub Action runs the mod for package management.

Usage

name: Update dependencies
on:
  schedule:
  - cron: '0 0 * * *'

jobs:
  up:
    name: mod up
    runs-on: ubuntu-18.04
    steps:
    - uses: actions/checkout@v1
    - uses: variantdev/[email protected]
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      with:
        args: up --build --pull-request

For example, if you run mod up --build --pull-request regularly, a new PullRequest will be created when the package is updated.

Environments

  • MOD_ACTION_WORKING_DIR: The working directory where mod is run

variantdev/mod is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Package manager for Makefile and Variantfile. Any set of files in Git/S3/GCS/HTTP as a reusable and parameterized module
v0.21.1
Latest

variantdev/mod is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.