A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/mheap/github-action-auto-compile-node below:

GitHub - mheap/github-action-auto-compile-node

This project is archived. I use and recommend JasonEtco/build-and-tag-action instead as it reimplements this action, and adds automatic release retagging

This action will take any Node.js action, compile and package it in to a single file so that it can be executed using the node12 runtime in GitHub Actions.

It is intended to be triggered when a release is published, and will update the tag of the release when it finishes running.

The action:

At this point, any consumers may point at the tag and their actions will run much faster than pointing at master

name: Auto-Compile
on: 
  release:
    types: [published]
jobs:
  compile:
    runs-on: ubuntu-16.04
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Automatically build action
        uses: mheap/github-action-auto-compile-node@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: mheap/github-action-auto-compile-node@master
  with:
    # Define a custom entrypoint for your action. Defaults to "index.js"
    main: lib/index.js

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4