variantdev/mod
ActionsPackage manager for Makefile and Variantfile. Any set of files in Git/S3/GCS/HTTP as a reusable and parameterized module
v0.21.1
LatestBy variantdev
Tags
(2)This GitHub Action runs the mod for package management.
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.
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.