Skip to content

support-infinit/infinit-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infinit GitHub Action

Examples

Typical Use Case

- name: Checkout 
  uses: actions/checkout@v4
- uses: support-infinit/infinit-github-action@v1
  with:
    image: infinitsupport/infinit:latest
    options: -v ${{ github.workspace }}:/usr/src/app/www
    run: |
      node cli.js